remove unused variable

This commit is contained in:
Hel Gibbons 2022-11-03 16:44:36 +00:00
parent 4319570960
commit c2b695f7e9
1 changed files with 0 additions and 1 deletions

View File

@ -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)