Skip to content

Commit

Permalink
Merge 60536c2 into 5c7c625
Browse files Browse the repository at this point in the history
  • Loading branch information
int3rlop3r committed Jan 15, 2020
2 parents 5c7c625 + 60536c2 commit 14b62fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Exscript/servers/telnetd.py
Expand Up @@ -72,6 +72,6 @@ def _handle_connection(self, conn):
if response:
conn.send(response.encode('utf8'))
except Exception as err:
self._dbg("_handle_connection(): ", err)
self._dbg(1, "_handle_connection(): %s" % err)
finally:
conn.close()

0 comments on commit 14b62fd

Please sign in to comment.