password test
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Wolfgang Hottgenroth 2024-02-06 09:19:13 +01:00
parent 863fcef491
commit 56ed58b6d4
Signed by: wn
GPG Key ID: 836E9E1192A6B132

View File

@ -21,6 +21,8 @@ app.config.update({
oidc = OpenIDConnect(app) oidc = OpenIDConnect(app)
app.logger.handlers = logging.getLogger('gunicorn.error').handlers app.logger.handlers = logging.getLogger('gunicorn.error').handlers
datapw = 'dasrtwegdffgtewrt4335wferg'
def calculate_nutrition(food, weight): def calculate_nutrition(food, weight):
try: try:
conn = psycopg2.connect() conn = psycopg2.connect()