bitwarden

This commit is contained in:
jaydee
2024-11-20 20:06:47 +01:00
parent df5004982d
commit a281768e41

View File

@@ -18,11 +18,12 @@ import getopt
import random
import requests
with open("/etc/mqtt_srv/mqtt_srv.cfg") as json_file:
try:
with open("/etc/mqtt_srv/mqtt_srv.cfg") as json_file:
config = json.load(json_file)
print(config)
except:
config = {}
#import psutil
stats = {}