From 60c5723de61ceba004aa7523b5eab068dac0b0e0 Mon Sep 17 00:00:00 2001 From: jaydee Date: Mon, 10 Jul 2023 23:38:19 +0200 Subject: [PATCH] vars --- mqtt_srv.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mqtt_srv.py b/mqtt_srv.py index 1580703..27c0c81 100755 --- a/mqtt_srv.py +++ b/mqtt_srv.py @@ -1034,13 +1034,13 @@ else: NEXT_CHECK = 0 while True: - print(VERSION) + #print(VERSION) time.sleep(5) try: mtime = os.path.getmtime(sys.argv[0]) except OSError: mtime = 0 - print(mtime) + #print(mtime) if NEXT_CHECK < int(time.time()): NEXT_CHECK = int(time.time()) + 20 writeLog("Blalala : Next : " + str(NEXT_CHECK))