yes.
This commit is contained in:
parent
d9479cd390
commit
305e5a7c39
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -87,7 +87,7 @@ if __name__ == "__main__":
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
drawCanvas()
|
drawCanvas()
|
||||||
sleep(10)
|
time.sleep(10)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue