Compare commits
7 Commits
Author | SHA1 | Date | |
---|---|---|---|
0b1d287c57 | |||
1b2324a080 | |||
5fb50bf206 | |||
80253ebcb2 | |||
b84fd76f1d | |||
6349e11f9d | |||
3fbb6c03f0 |
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
|
||||
while self.__conveyor_enabled is True:
|
||||
|
||||
self.__fps_samples.append(0)
|
||||
with RAIILock(self.__lock):
|
||||
self.__fps_samples.append(0)
|
||||
|
||||
time.sleep(1)
|
||||
|
||||
|
Reference in New Issue
Block a user