From 019011302e5a116b544f77b444b34113ee49eeef Mon Sep 17 00:00:00 2001 From: Melody Miller Date: Thu, 25 Feb 2021 11:41:46 -0500 Subject: [PATCH] Update calc date for refreshbuff changes --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index b38da56..f4c2fd7 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(1614269968) +LAST_CALC_DATE = datetime.fromtimestamp(1614271279) token = get_bearer_token()