We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25d3a1b commit 1448998Copy full SHA for 1448998
Event/Event.py
@@ -18,7 +18,7 @@ def __str__(self):
18
19
def summarystr(self):
20
if self.event_type == 'EK':
21
- return 'key {0} {1} after {1}ms'.format(self.action[1], self.message[4:], self.delay)
+ return 'key {0} {1} after {2}ms'.format(self.action[1], self.message[4:], self.delay)
22
else:
23
return '{0} after {1}ms'.format(self.message, self.delay)
24
0 commit comments