mirror of
https://github.com/SystemRage/py-kms.git
synced 2025-08-09 15:17:35 +08:00
uploaded version 2018_11_15 for python2
This commit is contained in:
@@ -5,7 +5,7 @@ import struct
|
||||
from kmsBase import kmsBase
|
||||
|
||||
class kmsRequestUnknown(kmsBase):
|
||||
def getResponse(self):
|
||||
def executeRequestLogic(self):
|
||||
finalResponse = bytearray()
|
||||
finalResponse.extend(bytearray(struct.pack('<I', 0)))
|
||||
finalResponse.extend(bytearray(struct.pack('<I', 0)))
|
||||
|
Reference in New Issue
Block a user