diff --git a/league_of_legends_requests.py b/league_of_legends_requests.py index 8580f13..86f0e0d 100644 --- a/league_of_legends_requests.py +++ b/league_of_legends_requests.py @@ -16,7 +16,8 @@ def league_of_legends_client_api(): print(f"Errore : {response.status_code}") except: print("Giocatore Non in Partita...") - return data == None + data = None + return data league_of_legends_client_api() \ No newline at end of file