mirror of https://github.com/cowrie/cowrie.git
Merge pull request #17 from anthraxx/master
fixing mixed indent error (only use spaces)
This commit is contained in:
commit
8512d7c345
|
@ -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