From 441839e83229440ca20a77a12e574ed47ed2e414 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Thu, 9 Nov 2023 07:40:12 +0100 Subject: [PATCH] Not all artworks have an institution --- app.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app.py b/app.py index 25245a6..70f374d 100755 --- a/app.py +++ b/app.py @@ -528,7 +528,6 @@ def item_page(item_id: int) -> str | Response: catalog = wd_catalog.get_catalog_from_artwork(entity) if not catalog.get("institution"): institution = get_institution(entity, other) - assert institution catalog["institution"] = institution return render_template(