From fe3fc85efedb62ff43ddc3333b79d358a52ce444 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Tue, 9 Jan 2024 11:37:02 +0000 Subject: [PATCH] Add another fallback --- lookup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lookup.py b/lookup.py index 4ecffaa..d939258 100755 --- a/lookup.py +++ b/lookup.py @@ -30,7 +30,7 @@ Tags = typing.Mapping[str, str] StrDict = dict[str, typing.Any] logging_enabled = True -fallback_qid_to_commons_cat = {"Q68816332": "Orphir"} +fallback_qid_to_commons_cat = {"Q68816332": "Orphir", "Q68815208": "Crail"} @app.errorhandler(werkzeug.exceptions.InternalServerError)