From 4d9b4766f2ce9ab4400c028a6b66b6ea3fa4979a Mon Sep 17 00:00:00 2001 From: Marco Bakera Date: Sun, 31 Dec 2023 14:30:35 +0100 Subject: [PATCH] red issue #10 --- flipdotsim.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flipdotsim.py b/flipdotsim.py index 7368766..ee55e4c 100644 --- a/flipdotsim.py +++ b/flipdotsim.py @@ -78,8 +78,8 @@ def close(self): pygame.quit() def led(self, on_off): - 'does notging' - # TODO led support for simulator #9 + 'does nothing' + # TODO led support for simulator #10 pass