Update TYKLXQ.py

This commit is contained in:
CHERWING 2024-05-26 20:50:43 +08:00 committed by GitHub
parent 97de7e0d57
commit d73799d36c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,10 @@ import time
from datetime import datetime
import requests
from requests.packages.urllib3.exceptions import InsecureRequestWarning
# 禁用安全请求警告
requests.packages.urllib3.disable_warnings(InsecureRequestWarning)
IS_DEV = False
if os.path.isfile('DEV_ENV.py'):
import DEV_ENV