threadutil.py removed extra parenthesys
These characters could be removed.
This commit is contained in:
parent
16f46c81cd
commit
4d293c8eea
@ -37,7 +37,7 @@ def semaphorereset(semaphore, originalstate):
|
|||||||
semaphore.release()
|
semaphore.release()
|
||||||
|
|
||||||
|
|
||||||
class accountThreads():
|
class accountThreads:
|
||||||
"""Store the list of all threads in the software so it can be used to find out
|
"""Store the list of all threads in the software so it can be used to find out
|
||||||
what's running and what's not."""
|
what's running and what's not."""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user