From 46f30d289b3651ad055abe7577e889b10631a0bb Mon Sep 17 00:00:00 2001 From: GeoffreyCoulaud Date: Thu, 18 May 2023 23:49:09 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Fixed=20new=20importer=20SGDB=20cov?= =?UTF-8?q?er=20import?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/steamgriddb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/steamgriddb.py b/src/utils/steamgriddb.py index 2a71f9b..ec62b5d 100644 --- a/src/utils/steamgriddb.py +++ b/src/utils/steamgriddb.py @@ -109,7 +109,7 @@ class SGDBHelper: # Download covers for uri_kwargs in image_uri_kwargs_sets: try: - uri = self.get_game_image_uri(sgdb_id, **uri_kwargs) + uri = self.get_image_uri(sgdb_id, **uri_kwargs) response = requests.get(uri, timeout=5) tmp_file = Gio.File.new_tmp()[0] tmp_file_path = tmp_file.get_path()