bitwarden

This commit is contained in:
jaydee
2024-11-20 20:40:21 +01:00
parent db67db8d43
commit e84f008185

View File

@@ -19,7 +19,7 @@ import random
import requests
if os.path.exists("/etc/mqtt_srv/mqtt_srv.cfg")
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)