From c838be43cbd4df5c48fb12e92f6861209b9d5d3d Mon Sep 17 00:00:00 2001 From: ave <ave@ave.zone> Date: Sat, 26 Aug 2023 16:42:32 +0200 Subject: [PATCH] get rid of a todo --- __init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/__init__.py b/__init__.py index fc492e2..ad00426 100644 --- a/__init__.py +++ b/__init__.py @@ -42,7 +42,6 @@ class WifiApp(Application): self._iface = network.WLAN(network.STA_IF) self.input._ignore_pressed() - # TODO: indicate open vs not # TODO: big error display def draw(self, ctx: Context) -> None: -- GitLab