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}")
|
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()
|
Loading…
Reference in New Issue