mirror of
https://github.com/CHERWING/CHERWIN_SCRIPTS.git
synced 2024-11-22 09:04:11 +08:00
Update RFWSC.py
This commit is contained in:
parent
4f2bbcba66
commit
97de7e0d57
3
RFWSC.py
3
RFWSC.py
@ -7,7 +7,10 @@ import os
|
||||
import random
|
||||
import time
|
||||
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user