1
0
Fork 0
mirror of synced 2024-06-26 10:11:19 +12:00

Update id.py

This commit is contained in:
gnanini 2021-05-03 16:01:05 -03:00 committed by GitHub
parent 7a08664730
commit 77a0d8d8eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,10 +18,6 @@ def get_id(game_name):
return game_list[game_name.lower()]
def test():
#get_grade(get_id('MORDHAU'))
return get_grade(get_id(input('Type a correct game name: ')))
def upgrade_content(): # this function uploads the ids database, aka game_list.json
global url
@ -74,4 +70,5 @@ def get_grade(steam_code):
return lista['tier']
#test()
def id(game_name):
return get_grade(get_id(game_name))