Skip to content

Commit 82054f5

Browse files
committed
HW1 Updated
1 parent c707301 commit 82054f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

students/robert/Python 200/Session 1/echo_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def server(log_buffer=sys.stderr):
8484
# close the server socket and exit from the server function.
8585
# Replace the call to `pass` below, which is only there to
8686
# prevent syntax problems
87-
#pass
87+
# pass
8888
sock.close()
8989
print('quitting echo server', file=log_buffer)
9090

0 commit comments

Comments
 (0)