Add new effects

This commit is contained in:
DarkPhoenix
2021-12-02 15:02:35 +03:00
parent e0377a084f
commit b1b4284b6e
2 changed files with 74 additions and 1 deletions

View File

@@ -163,7 +163,7 @@ if __name__ == "__main__":
import threading
from utils.timer import CountdownTimer
timer = CountdownTimer(5)
timer = CountdownTimer(1)
stoppableThreads = []
for t in threading.enumerate():
if t is not threading.main_thread() and hasattr(t, 'stop'):