This commit is contained in:
2025-05-05 18:23:15 +02:00
parent 0ab9d1baed
commit 532a1ba8d9

View File

@@ -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