We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b04baf0 + f1d2b04 commit 07efdcaCopy full SHA for 07efdca
1 file changed
src/class_sqlThread.py
@@ -3,6 +3,7 @@
3
import sqlite3
4
import time
5
import shutil # used for moving the messages.dat file
6
+import sys
7
8
# This thread exists because SQLITE3 is so un-threadsafe that we must
9
# submit queries to it and it puts results back in a different queue. They
0 commit comments