Update NSLGameScanner.py

This commit is contained in:
Roy 2024-12-13 23:29:07 -08:00 committed by GitHub
parent 2e5e8673e3
commit 576ed66de0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -323,7 +323,6 @@ def get_game_id(game_name):
response = requests.get(url)
response.raise_for_status()
data = response.json()
print(f"Response data: {data}")
if data['data']:
game_id = data['data'][0]['id']
print(f"Found game ID: {game_id}")