pull/15/head
Laurence Luo 2024-05-30 17:20:45 +08:00
parent 7a360264ea
commit d1f202b785
No known key found for this signature in database
GPG Key ID: 76D108A29460F5F9
1 changed files with 1 additions and 1 deletions

2
app.py
View File

@ -82,7 +82,7 @@ def DecryptBytes(key : int, bs : bytes):
class LicenseType:
Professional = 1
Educational = 3
Persional = 4
Personal = 4
def GenerateLicense(Type : LicenseType, Count : int, UserName : str, MajorVersion : int, MinorVersion):
assert(Count >= 0)