Update CHERWIN_TOOLS.py

This commit is contained in:
CHERWING 2024-05-27 04:20:00 +08:00 committed by GitHub
parent adf172be47
commit 2570ec63ec
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 datetime import datetime
NOW_TOOLS_VERSION = '2024.05.26'
NOW_TOOLS_VERSION = '2024.05.27'
if os.path.isfile('DEV_ENV.py'):
import DEV_ENV