Skip to content

Commit

Permalink
commented out the req
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardKoschicek committed Sep 25, 2023
1 parent 1a8c2d2 commit f107b49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions openatlas/views/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ def getManifest(id_):
url_root = request.url_root

# get metadata from the image api
req = requests.get(
f"{url_root}iiif/{app.config['IIIF_PREFIX']}/{id_}/info.json")
image_api = req.json()
# req = requests.get(
# f"{url_root}iiif/{app.config['IIIF_PREFIX']}/{id_}/")
# image_api = req.json()
manifest = {
"@context": "http://iiif.io/api/presentation/2/context.json",
"@id": f"{request.base_url}",
Expand Down

0 comments on commit f107b49

Please sign in to comment.