From 7835a7dc84e942e9f6dc84e329c057b473c16c53 Mon Sep 17 00:00:00 2001 From: Rock Chin Date: Sun, 11 Dec 2022 19:57:50 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=B0=86=E6=9C=AC=E7=9B=AE=E5=BD=95?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=BF=9Bpath?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/main.py b/main.py index 1b581bfa..ffc73504 100644 --- a/main.py +++ b/main.py @@ -7,6 +7,10 @@ import time import logging import colorlog +import sys +sys.path.append(".") + + log_colors_config = { 'DEBUG': 'green', # cyan white 'INFO': 'white',