bitwarden

This commit is contained in:
jaydee
2024-11-20 20:37:37 +01:00
parent c0fc8d82d9
commit db67db8d43

View File

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