diff --git a/mqtt_srv.py b/mqtt_srv.py index 4bf5701..07d5114 100755 --- a/mqtt_srv.py +++ b/mqtt_srv.py @@ -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)