Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
nothing much
  • Loading branch information
BenChanlLOL authored May 2, 2024
1 parent 1bef71e commit 2bdd2e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
elif cmd == "bind":
try:
sock.bind((socket.gethostname(), 7092))
print("starting on port 7092")
print("server started")
except OSError as e:
print("Error occurred while binding socket: " + str(e))
Expand Down

0 comments on commit 2bdd2e3

Please sign in to comment.