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,
|
||||
time.strftime('%Y%m%d-%H%M%S'), transportId, channelId)
|
||||
|
||||
if self.type = 'e':
|
||||
if self.type == 'e':
|
||||
self.stdinlogOpen = True
|
||||
else: #i
|
||||
self.stdinlogOpen = False
|
||||
|
||||
Reference in New Issue
Block a user