Update MobaXterm-Keygen.py

This commit is contained in:
Mohan Kumar Paluru 2020-02-27 09:48:28 +05:30 committed by GitHub
parent 0e4ddf46d3
commit dc9c9fde9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,7 +81,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)