Skip to content

Commit

Permalink
Update calc date for refreshbuff changes
Browse files Browse the repository at this point in the history
  • Loading branch information
meldontaragon committed Feb 25, 2021
1 parent dbe6acd commit 0190113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 0190113

Please sign in to comment.