Skip to content

Commit

Permalink
print listener ready
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyrkun authored Jan 14, 2022
1 parent cf69cec commit d230977
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion net/listen.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ def setup():
else:
lights.fail_light()

s.settimeout(.1)
s.settimeout(.1)

print("Listener started on port " + string(config.my_port))

0 comments on commit d230977

Please sign in to comment.