fix issue on unhandle upadte

This commit is contained in:
speyrefitte
2015-05-21 10:29:32 +02:00
parent 763ed2e3ee
commit a23ae25a1f
6 changed files with 34 additions and 22 deletions

View File

@@ -70,7 +70,7 @@ class HoneyPotServer(rdp.RDPServerObserver):
def onClose(self):
""" HoneyPot """
def onKeyEventScancode(self, code, isPressed):
def onKeyEventScancode(self, code, isPressed, isExtended):
""" HoneyPot """
def onKeyEventUnicode(self, code, isPressed):