mirror of
https://gitlab.sectorq.eu/jaydee/mqtt_srv.git
synced 2025-12-14 18:44:53 +01:00
bitwarden
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user