yes.
This commit is contained in:
parent
d8064e667f
commit
a6a86bbe8d
1 changed files with 7 additions and 7 deletions
14
main.py
14
main.py
|
@ -77,13 +77,13 @@ def main():
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
#if __name__ == "__main__":
|
||||||
print('started')
|
print('started')
|
||||||
main()
|
main()
|
||||||
print('text')
|
print('text')
|
||||||
while True:
|
while True:
|
||||||
time.sleep(10)
|
time.sleep(10)
|
||||||
print('timed')
|
print('timed')
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue