Skip to content

Commit 156e48b

Browse files
committed
Fix flake8 violation
1 parent 15c44ce commit 156e48b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-sockets-tutorial/app-client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def start_connection(host, port, request):
5252
message = key.data
5353
try:
5454
message.process_events(mask)
55-
except Exception as e:
55+
except Exception:
5656
print(
5757
"main: error: exception for",
5858
f"{message.addr}:\n{traceback.format_exc()}",

0 commit comments

Comments
 (0)