mirror of https://github.com/SystemRage/py-kms.git
Added enhancement for Windows Server 2022
This commit is contained in:
parent
da202201c5
commit
e151f97a8b
|
@ -161,6 +161,7 @@ could be detected as not genuine !{end}" %currentClientCount)
|
|||
|
||||
# Get a name for SkuId, AppId.
|
||||
kmsdb = kmsDB2Dict()
|
||||
appName, skuName = str(applicationId), str(skuId)
|
||||
|
||||
appitems = kmsdb[2]
|
||||
for appitem in appitems:
|
||||
|
|
Loading…
Reference in New Issue