Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
94dbde22e1 | ||
|
|
a4f0d58386 | ||
|
|
c1c08ecbd2 |
@@ -1,8 +1,8 @@
|
|||||||
|
|
||||||
from src.security import validate_license
|
from src.security import validate_license
|
||||||
LICENSE_PATH = os.path.expanduser("~/.app_license")
|
LICENSE_PATH = os.path.expanduser("~/.app_license")
|
||||||
111
|
111111111
|
||||||
|
11111111111
|
||||||
def check_license():
|
def check_license():
|
||||||
"""强制许可证验证"""
|
"""强制许可证验证"""
|
||||||
if not os.path.exists(LICENSE_PATH):
|
if not os.path.exists(LICENSE_PATH):
|
||||||
|
|||||||
Reference in New Issue
Block a user