mirror of
https://gitlab.sectorq.eu/jaydee/mqtt_srv.git
synced 2025-12-14 10:34:53 +01:00
klal
This commit is contained in:
@@ -938,7 +938,6 @@ def checkIfProcessRunning(processName):
|
||||
|
||||
|
||||
if curos == "Windows":
|
||||
print("WINDOWS")
|
||||
#client.loop_forever()
|
||||
client.loop_start()
|
||||
NEXT_CHECK = 0
|
||||
@@ -1035,7 +1034,6 @@ if curos == "Windows":
|
||||
#os.startfile(sys.argv[0])
|
||||
sys.exit()
|
||||
else:
|
||||
print("Linux")
|
||||
client.loop_start()
|
||||
|
||||
NEXT_CHECK = 0
|
||||
|
||||
Reference in New Issue
Block a user