Skip to content

Commit 07efdca

Browse files
author
Jonathan Warren
committed
Merge pull request #249 from Atheros1/master
add import sys to class_sqlThread.py
2 parents b04baf0 + f1d2b04 commit 07efdca

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)