Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
1b2324a080 | |||
80253ebcb2 |
7
.gitignore
vendored
Normal file
7
.gitignore
vendored
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
**/__pycache__/
|
||||||
|
|
||||||
|
*~
|
||||||
|
|
||||||
|
|
@ -105,7 +105,8 @@ class TextCanvas:
|
|||||||
# So far simply does maintenance once per second
|
# So far simply does maintenance once per second
|
||||||
while self.__conveyor_enabled is True:
|
while self.__conveyor_enabled is True:
|
||||||
|
|
||||||
self.__fps_samples.append(0)
|
with RAIILock(self.__lock):
|
||||||
|
self.__fps_samples.append(0)
|
||||||
|
|
||||||
time.sleep(1)
|
time.sleep(1)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user