Add another fallback

This commit is contained in:
Edward Betts 2024-01-09 11:37:02 +00:00
parent 12598ac098
commit fe3fc85efe

View file

@ -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)