This commit is contained in:
2024-04-16 05:32:30 +03:00
parent 6fedae703a
commit 436d25d4e6

View File

@@ -196,3 +196,4 @@ if __name__ == "__main__":
while True: while True:
main_loop() main_loop()
sleep(SLEEPTIME) sleep(SLEEPTIME)
main_loop()