This commit is contained in:
parent
863fcef491
commit
56ed58b6d4
@ -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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user