Skip to content

Commit

Permalink
Update pykms_Base.py
Browse files Browse the repository at this point in the history
SystemRage commented on Jul 3, 2021
@xXcodgerXx
Align the lines obv, in this way:

 
SystemRage#138 (comment)

            # Get a name for SkuId, AppId.        
             kmsdb = kmsDB2Dict()
             appName, skuName = str(applicationId), str(skuId)
             appitems = kmsdb[2]
             for appitem in appitems:
  • Loading branch information
phaseshift3r authored Jan 22, 2022
1 parent a3b0c85 commit 63a1c36
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 63a1c36

Please sign in to comment.