what if true

This commit is contained in:
shportix 2023-11-02 16:22:01 +02:00
parent 04ae9c5a4b
commit 27061ab98c
No known key found for this signature in database
GPG Key ID: 2594F3870220CC1E

View File

@ -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