diff --git a/src/Run.py b/src/Run.py index 5e9d058..ca9255c 100644 --- a/src/Run.py +++ b/src/Run.py @@ -21,6 +21,8 @@ app.config.update({ oidc = OpenIDConnect(app) app.logger.handlers = logging.getLogger('gunicorn.error').handlers +datapw = 'dasrtwegdffgtewrt4335wferg' + def calculate_nutrition(food, weight): try: conn = psycopg2.connect()