Skip to content

Commit

Permalink
Remove $
Browse files Browse the repository at this point in the history
  • Loading branch information
moltude authored and mdellabitta committed Jun 25, 2024
1 parent 3682de0 commit aa5e60a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wikimedia/utilities/iiif.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def iiif__v3_urls(self, iiif):
if url.endswith("default.jpg"):
urls.append(url)
else:
urls.append(f"${url}{resolution}")
urls.append(f"{url}{resolution}")
except (IndexError, TypeError, KeyError):
return []
return urls
Expand Down

0 comments on commit aa5e60a

Please sign in to comment.