what if true
This commit is contained in:
parent
04ae9c5a4b
commit
27061ab98c
|
@ -28,7 +28,7 @@ sqlReturnQueue = queue.Queue()
|
|||
sql_lock = threading.Lock()
|
||||
""" lock to prevent queueing a new request until the previous response
|
||||
is available """
|
||||
sql_available = False
|
||||
sql_available = True
|
||||
"""set to True by `.threads.sqlThread` immediately upon start"""
|
||||
sql_ready = threading.Event()
|
||||
"""set by `.threads.sqlThread` when ready for processing (after
|
||||
|
|
Reference in New Issue
Block a user