fix license check
This commit is contained in:
@@ -30,7 +30,7 @@ def _init_license():
|
||||
# 生产环境(exe 打包)→ 严格执行验签
|
||||
from license_utils import check_license
|
||||
|
||||
check_license() # 验签并启动唯一的后台巡检线程,失败直接退出
|
||||
check_license() # 仅启动时验签,失败直接退出
|
||||
|
||||
_LICENSE_CHECKED = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user