Skip to content

Commit

Permalink
Added Server 2022 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
humm3r1 authored Aug 17, 2021
1 parent a3b0c85 commit b34856d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-kms/pykms_Base.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def serverLogic(self, kmsRequest):

# Get a name for SkuId, AppId.
kmsdb = kmsDB2Dict()

appName, skuName = str(applicationId), str(skuId)
appitems = kmsdb[2]
for appitem in appitems:
kmsitems = appitem['KmsItems']
Expand Down

0 comments on commit b34856d

Please sign in to comment.