This commit is contained in:
Michel Oosterhof
2016-11-01 21:02:05 +04:00
parent b89b87c1f8
commit eb8f856a0d

View File

@ -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