Merge pull request #249 from Atheros1/master
add import sys to class_sqlThread.py
This commit is contained in:
commit
07efdca3a6
|
@ -3,6 +3,7 @@ import shared
|
||||||
import sqlite3
|
import sqlite3
|
||||||
import time
|
import time
|
||||||
import shutil # used for moving the messages.dat file
|
import shutil # used for moving the messages.dat file
|
||||||
|
import sys
|
||||||
|
|
||||||
# This thread exists because SQLITE3 is so un-threadsafe that we must
|
# This thread exists because SQLITE3 is so un-threadsafe that we must
|
||||||
# submit queries to it and it puts results back in a different queue. They
|
# submit queries to it and it puts results back in a different queue. They
|
||||||
|
|
Loading…
Reference in New Issue
Block a user