fix notify-api-1394 as well

This commit is contained in:
Kenneth Kehl
2024-08-02 08:06:06 -07:00
parent 0eb347354b
commit dd05268cdb

View File

@@ -82,6 +82,8 @@ class ResponseHeaderMiddleware(object):
except BaseException as be: # noqa
if "AuthError" in str(be):
current_app.logger.error(be)
elif "AttributeError" in str(be):
current_app.logger.error(be)
else:
raise be