From e84f008185461624f92beeadbb707109d9e52a99 Mon Sep 17 00:00:00 2001 From: jaydee Date: Wed, 20 Nov 2024 20:40:21 +0100 Subject: [PATCH] bitwarden --- mqtt_srv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)