Aggiornare 'league_of_legends_requests.py'
parent
a43382d821
commit
f9fd8b5131
|
@ -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()
|
Loading…
Reference in New Issue