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 5d57540 commit fb1e8bc
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 @@ -40,7 +40,7 @@ def sendsingle(message):
server_address = ('sc4s', 514)

tried = 0
try
try:

sock.connect(server_address)
except:
Expand Down

0 comments on commit fb1e8bc

Please sign in to comment.