bitwarden

This commit is contained in:
jaydee
2024-10-30 12:35:11 +01:00
parent f2358e8c76
commit 9be7a48ba6

View File

@@ -78,7 +78,7 @@ def writeLog(msg, svr="INFO"):
ts = datetime.datetime.now().strftime("%Y-%m-%d %H:%M:%S")
if curos == "Windows":
log_path = "c:\Program Files\jaydee\jaydee.log"
log_path = "c:\\Program Files\\jaydee\\jaydee.log"
else:
log_path = "/tmp/mqtt_srv.log"
f = open(log_path, "a")