Skip to content

Commit f1d2b04

Browse files
author
Jonathan Warren
committed
add import sys to class_sqlThread.py
1 parent c2f493b commit f1d2b04

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/class_sqlThread.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import sqlite3
44
import time
55
import shutil # used for moving the messages.dat file
6+
import sys
67

78
# This thread exists because SQLITE3 is so un-threadsafe that we must
89
# submit queries to it and it puts results back in a different queue. They

0 commit comments

Comments
 (0)