Skip to content

Commit

Permalink
rm extra slash
Browse files Browse the repository at this point in the history
  • Loading branch information
mekarpeles authored Aug 9, 2023
1 parent 17fb69f commit be4793d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iiify/configs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def getdef(self, section, option, default_value):
s3secret = config.getdef('url2iiif', 's3secret', '')

# cantaloupe server
image_server = config.getdef('cantaloupe', 'url', 'https://cantaloupe.prod.archive.org//iiif')
image_server = config.getdef('cantaloupe', 'url', 'https://cantaloupe.prod.archive.org/iiif')

# caching
cache_timeouts = {
Expand Down

0 comments on commit be4793d

Please sign in to comment.