Skip to content

Commit 8419380

Browse files
author
Francesco Mecatti
committed
Close connection stability
1 parent dc3287e commit 8419380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def handle(self):
3030

3131
if cmd == 'u' or cmd == 'U':
3232
filename = protocol_handler.get_input("Filename: ")
33-
if not filename;ì: break
33+
if not filename: break
3434
logging.info(f"Upload request from {self.client_address}. File: {filename}")
3535
file_handler.upload(filename)
3636
elif cmd == 'd' or cmd == 'D':

0 commit comments

Comments
 (0)