mirror of
https://github.com/cowrie/cowrie.git
synced 2025-07-01 18:07:27 -04:00
name -> self.name
This commit is contained in:
@ -37,7 +37,7 @@ class CowrieSSHChannel(channel.SSHChannel):
|
||||
@return Pretty representation of this object as a string
|
||||
@rtype: L{str}
|
||||
"""
|
||||
return "Cowrie SSH Channel {}".format(name)
|
||||
return "Cowrie SSH Channel {}".format(self.name)
|
||||
|
||||
|
||||
def __init__(self, *args, **kw):
|
||||
|
||||
Reference in New Issue
Block a user