This commit is contained in:
2026-09-19 15:23:07 +08:00
parent a4f0d58386
commit 94dbde22e1
+1 -1
View File
@@ -2,7 +2,7 @@
from src.security import validate_license
LICENSE_PATH = os.path.expanduser("~/.app_license")
111111111
11111111111
def check_license():
"""强制许可证验证"""
if not os.path.exists(LICENSE_PATH):