threadutil.py removed extra parenthesys
These characters could be removed.
This commit is contained in:
@@ -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."""
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user