mirror of
https://github.com/cowrie/cowrie.git
synced 2025-07-01 18:07:27 -04:00
typo fix
This commit is contained in:
@ -69,7 +69,7 @@ class LoggingServerProtocol(insults.ServerProtocol):
|
|||||||
(self.downloadPath,
|
(self.downloadPath,
|
||||||
time.strftime('%Y%m%d-%H%M%S'), transportId, channelId)
|
time.strftime('%Y%m%d-%H%M%S'), transportId, channelId)
|
||||||
|
|
||||||
if self.type = 'e':
|
if self.type == 'e':
|
||||||
self.stdinlogOpen = True
|
self.stdinlogOpen = True
|
||||||
else: #i
|
else: #i
|
||||||
self.stdinlogOpen = False
|
self.stdinlogOpen = False
|
||||||
|
|||||||
Reference in New Issue
Block a user