We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15c44ce commit 156e48bCopy full SHA for 156e48b
python-sockets-tutorial/app-client.py
@@ -52,7 +52,7 @@ def start_connection(host, port, request):
52
message = key.data
53
try:
54
message.process_events(mask)
55
- except Exception as e:
+ except Exception:
56
print(
57
"main: error: exception for",
58
f"{message.addr}:\n{traceback.format_exc()}",
0 commit comments