Skip to content

Commit

Permalink
Update rexp.py
Browse files Browse the repository at this point in the history
  • Loading branch information
code-scan committed Nov 11, 2015
1 parent f76697e commit 3f67e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rexp.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ def send(conn,cmd):
try:
conn.send(cmd+"\n")
recv=conn.recv(5)
conn.close()
#conn.close()
recv=recv.replace("\n",''),
return recv
except:
Expand Down

0 comments on commit 3f67e45

Please sign in to comment.