mirror of https://github.com/cowrie/cowrie.git
fixing mixed indent error (only use spaces)
IndentationError: unexpected indent
This commit is contained in:
parent
cb1d4f4570
commit
2f1784293e
|
@ -144,5 +144,6 @@ class Output(cowrie.core.output.Output):
|
|||
# This is separate since we can't return with a value
|
||||
@defer.inlineCallbacks
|
||||
def createSessionWhenever(self, sid, peerIP, hostIP):
|
||||
pass
|
||||
|
||||
# vim: set sw=4 et:
|
||||
|
|
Loading…
Reference in New Issue