Update predict.py

This commit is contained in:
binary-husky 2023-03-24 19:54:52 +08:00 committed by GitHub
parent f801cfbcf6
commit 2f5c977a27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,6 @@ import logging
import traceback
import requests
import importlib
from colorful import *
# config_private.py放自己的秘密如API和代理网址
# 读取时首先看是否存在私密的config_private配置文件不受git管控如果有则覆盖原config文件