From 864488ea28c9fbe748875792cd5a892fafb9b746 Mon Sep 17 00:00:00 2001 From: Melody Miller Date: Thu, 25 Feb 2021 11:19:57 -0500 Subject: [PATCH] Update calc date give some minor changes recently --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 542aeee..b38da56 100644 --- a/app.py +++ b/app.py @@ -15,7 +15,7 @@ app.config['SQLALCHEMY_TRACK_MODIFICATIONS'] = False db = SQLAlchemy(app) -LAST_CALC_DATE = datetime.fromtimestamp(1614204948) +LAST_CALC_DATE = datetime.fromtimestamp(1614269968) token = get_bearer_token()