mirror of
https://github.com/Xevion/tcp-chat.git
synced 2025-12-08 02:08:52 -06:00
switch to multiprocessing, attempt to improve KeyboardInterrupt handling (or add it, actually)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import logging
|
||||
|
||||
logging.basicConfig(level=logging.DEBUG,
|
||||
format='[%(asctime)s] [%(levelname)s] [%(threadName)s] %(message)s')
|
||||
|
||||
Reference in New Issue
Block a user