mirror of
https://github.com/RockChinQ/QChatGPT.git
synced 2024-11-16 11:42:44 +08:00
commit
9363b073cf
3
main.py
3
main.py
|
@ -8,6 +8,8 @@ import time
|
|||
import logging
|
||||
import sys
|
||||
|
||||
sys.path.append(".")
|
||||
|
||||
try:
|
||||
import colorlog
|
||||
except ImportError:
|
||||
|
@ -26,7 +28,6 @@ import websockets.exceptions
|
|||
from urllib3.exceptions import InsecureRequestWarning
|
||||
import pkg.utils.context
|
||||
|
||||
sys.path.append(".")
|
||||
|
||||
log_colors_config = {
|
||||
'DEBUG': 'green', # cyan white
|
||||
|
|
Loading…
Reference in New Issue
Block a user