Skip to content

Commit

Permalink
removed unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
mbridak committed Sep 20, 2024
1 parent 26382a2 commit 68899a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion not1mm/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2650,7 +2650,7 @@ def watch_udp(self) -> None:
fname = json_data.get("result", {}).get("fname", "")
name = json_data.get("result", {}).get("name", "")
grid = json_data.get("result", {}).get("grid", "")
error_text = json_data.get("result", {}).get("error_text", "")
# error_text = json_data.get("result", {}).get("error_text", "")
nickname = json_data.get("result", {}).get("nickname", "")

if self.contest:
Expand Down

0 comments on commit 68899a4

Please sign in to comment.