From c2b695f7e947c1e890e47592357d27ce2794528d Mon Sep 17 00:00:00 2001 From: Hel Gibbons Date: Thu, 3 Nov 2022 16:44:36 +0000 Subject: [PATCH] remove unused variable --- micropython/examples/galactic_unicorn/cheerlights_history.py | 1 - 1 file changed, 1 deletion(-) diff --git a/micropython/examples/galactic_unicorn/cheerlights_history.py b/micropython/examples/galactic_unicorn/cheerlights_history.py index 8c8b8171..aed2c552 100644 --- a/micropython/examples/galactic_unicorn/cheerlights_history.py +++ b/micropython/examples/galactic_unicorn/cheerlights_history.py @@ -40,7 +40,6 @@ def hex_to_rgb(hex): def get_data(): - global n # open the json file print(f'Requesting URL: {URL}') r = urequests.get(URL)