poss. fix race condition in sql_dbi init

This commit is contained in:
Max 2022-10-07 21:06:14 -04:00
parent d90ecd7c89
commit 7dc6d61f75
1 changed files with 1 additions and 1 deletions

View File

@ -48,8 +48,8 @@ class du_queue_runner(threading.Thread):
self.keep_running = True
self.uncommitted = 0
self.max_q = 0
self.start()
self.next_t = time.time()
self.start()
def run(self):
self.connect()