logging, 4
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
Wolfgang Hottgenroth 2024-01-31 15:05:58 +01:00
parent a9a8a36cb9
commit d308fd662a
Signed by: wn
GPG Key ID: 836E9E1192A6B132

View File

@ -19,7 +19,7 @@ app.config.update({
}) })
oidc = OpenIDConnect(app) oidc = OpenIDConnect(app)
app.logger.handlers = logging.getLogger('gunicorn.error').handlers
def calculate_nutrition(food, weight): def calculate_nutrition(food, weight):
try: try: