master
Lukas Schulz 2020-12-19 23:02:49 +01:00
parent d8064e667f
commit a6a86bbe8d
1 changed files with 7 additions and 7 deletions

14
main.py
View File

@ -77,13 +77,13 @@ def main():
if __name__ == "__main__":
print('started')
main()
print('text')
while True:
time.sleep(10)
print('timed')
#if __name__ == "__main__":
print('started')
main()
print('text')
while True:
time.sleep(10)
print('timed')