threadutil.py removed extra parenthesys

These characters could be removed.
This commit is contained in:
Rodolfo García Peñas (kix) 2020-08-30 18:54:52 +02:00
parent 16f46c81cd
commit 4d293c8eea

View File

@ -37,7 +37,7 @@ def semaphorereset(semaphore, originalstate):
semaphore.release()
class accountThreads():
class accountThreads:
"""Store the list of all threads in the software so it can be used to find out
what's running and what's not."""