From f9fd8b5131442c3929e803329faceea22ed0848f Mon Sep 17 00:00:00 2001 From: MickSlash Date: Sat, 23 May 2020 12:51:16 +0000 Subject: [PATCH] Aggiornare 'league_of_legends_requests.py' --- league_of_legends_requests.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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