Update CHERWIN_TOOLS.py

This commit is contained in:
CHERWING 2024-07-23 11:32:20 +08:00 committed by GitHub
parent 573e6601d5
commit eda7d4a862
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.06.30' NOW_TOOLS_VERSION = '2024.07.23'
if os.path.isfile('DEV_ENV.py'): if os.path.isfile('DEV_ENV.py'):
import DEV_ENV import DEV_ENV