Skip to content

Commit

Permalink
Remove the debug query string
Browse files Browse the repository at this point in the history
  • Loading branch information
31December99 committed Sep 29, 2024
1 parent ab47ebc commit 9f5124f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/external_services/igdb/core/igdb_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def _query(self, title: str, platform_name: str) -> list["Game"]:
query = f'fields id,name; search "{title}"; where {category_filter};'

build_request = urljoin(base_request_url, "games")
custom_console.bot_log(f"IGDB Query: '{query}'")
# custom_console.bot_log(f"IGDB Query: '{query}'") Debug

response = self.http_client.get_url(
build_request, get_method=False, headers=header_access, data=query
Expand Down

0 comments on commit 9f5124f

Please sign in to comment.