Merge pull request #1037 from busliggabor/bugfix/igdb_search_retry_fix

Fix igdb search retry after getting new access token
This commit is contained in:
Xila Cai
2026-02-08 16:20:42 +01:00
committed by GitHub

View File

@@ -229,7 +229,7 @@ def search(query, page):
Sources.IGDB.value,
"POST",
url,
data=data,
data=multiquery,
headers=headers,
)