fix format

This commit is contained in:
Kenneth Kehl
2024-08-07 13:15:36 -07:00
parent 38b49da0d3
commit 37ba16d019

View File

@@ -84,7 +84,7 @@ class ResponseHeaderMiddleware(object):
current_app.logger.error(be)
elif "AttributeError" in str(be): # notify-api-1394
current_app.logger.error(be)
elif "MethodNotAllowed" in str(be): # notify-admin-1392
elif "MethodNotAllowed" in str(be): # notify-admin-1392
current_app.logger.error(be)
else:
raise be