Commit ebfc95fd authored by Denis Bilenko's avatar Denis Bilenko

backdoor.py: insert an empty line where due

parent c0ac0053
......@@ -97,6 +97,7 @@ class _fileobject(socket._fileobject):
def readline(self, *a):
return socket._fileobject.readline(self, *a).replace("\r\n", "\n")
if __name__ == '__main__':
if not sys.argv[1:]:
print 'USAGE: %s PORT' % sys.argv[0]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment