Add forgotten import
This commit is contained in:
parent
623f87ad48
commit
4f863ab71d
@ -17,6 +17,7 @@
|
|||||||
import sqlite3
|
import sqlite3
|
||||||
import time
|
import time
|
||||||
from os import name
|
from os import name
|
||||||
|
from sys import exit
|
||||||
|
|
||||||
# Windows has standard library getch, use that.
|
# Windows has standard library getch, use that.
|
||||||
if name == "nt":
|
if name == "nt":
|
||||||
|
Reference in New Issue
Block a user