Add forgotten import
This commit is contained in:
		@@ -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