Update CHERWIN_TOOLS.py

This commit is contained in:
CHERWING 2024-06-30 03:29:01 +08:00 committed by GitHub
parent 4d8948bfc9
commit 5b6ef9ae62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@ import requests
from http import HTTPStatus from http import HTTPStatus
from datetime import datetime from datetime import datetime
NOW_TOOLS_VERSION = '2024.05.28' NOW_TOOLS_VERSION = '2024.06.30'
if os.path.isfile('DEV_ENV.py'): if os.path.isfile('DEV_ENV.py'):
import DEV_ENV import DEV_ENV