mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2025-02-01 19:32:37 +01:00
Update NSLGameScanner.py
This commit is contained in:
parent
2e5e8673e3
commit
576ed66de0
@ -323,7 +323,6 @@ def get_game_id(game_name):
|
|||||||
response = requests.get(url)
|
response = requests.get(url)
|
||||||
response.raise_for_status()
|
response.raise_for_status()
|
||||||
data = response.json()
|
data = response.json()
|
||||||
print(f"Response data: {data}")
|
|
||||||
if data['data']:
|
if data['data']:
|
||||||
game_id = data['data'][0]['id']
|
game_id = data['data'][0]['id']
|
||||||
print(f"Found game ID: {game_id}")
|
print(f"Found game ID: {game_id}")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user