Skip to content

Commit

Permalink
Update test_poc.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Faircloth committed Jun 29, 2019
1 parent 515dff3 commit 5d57540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_poc.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def sendsingle(message):
if tried > 90:
raise
sleep(1)

sock.sendall(str.encode(message))
sock.close()

Expand Down

0 comments on commit 5d57540

Please sign in to comment.