This commit is contained in:
2025-09-23 20:13:58 +08:00
parent 5c8d07e5d7
commit ee2c28852d
18 changed files with 67 additions and 1498 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import requests
from ewcc2 import Sinopec_ewcc
# 配置日志
handlers = [logging.FileHandler('query_processor.log'), logging.StreamHandler()]
handlers = [logging.FileHandler('log\query_processor.log'), logging.StreamHandler()]
logging.basicConfig(
level=logging.INFO,
format='%(asctime)s - %(levelname)s - %(message)s',