Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamCummick committed Jan 20, 2021
1 parent 69c5f3e commit 2e00a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/wiznet5k_simpleserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
socket.set_interface(eth)
server = socket.socket() # Allocate socket for the server
server_ip = "192.168.10.1" # IP address of server
server_port = 50007 # Port to listen on
server_port = 50007 # Port to listen on
server.bind((server_ip, server_port)) # Bind to IP and Port
server.listen() # Begin listening for incoming clients

Expand Down

0 comments on commit 2e00a87

Please sign in to comment.