remove unused variable
This commit is contained in:
parent
4319570960
commit
c2b695f7e9
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue