switch to multiprocessing, attempt to improve KeyboardInterrupt handling (or add it, actually)

This commit is contained in:
Xevion
2021-01-21 11:59:11 -06:00
parent 7185d1d1ae
commit 50ddf83ed7
2 changed files with 19 additions and 10 deletions

View File

@@ -0,0 +1,4 @@
import logging
logging.basicConfig(level=logging.DEBUG,
format='[%(asctime)s] [%(levelname)s] [%(threadName)s] %(message)s')