Aggiornare 'league_of_legends_requests.py'

master
MickSlash 2020-05-23 12:51:16 +00:00
parent a43382d821
commit f9fd8b5131
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,8 @@ def league_of_legends_client_api():
print(f"Errore : {response.status_code}") print(f"Errore : {response.status_code}")
except: except:
print("Giocatore Non in Partita...") print("Giocatore Non in Partita...")
return data == None data = None
return data
league_of_legends_client_api() league_of_legends_client_api()