We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc3287e commit 8419380Copy full SHA for 8419380
server.py
@@ -30,7 +30,7 @@ def handle(self):
30
31
if cmd == 'u' or cmd == 'U':
32
filename = protocol_handler.get_input("Filename: ")
33
- if not filename;ì: break
+ if not filename: break
34
logging.info(f"Upload request from {self.client_address}. File: {filename}")
35
file_handler.upload(filename)
36
elif cmd == 'd' or cmd == 'D':
0 commit comments