Skip to content

Commit

Permalink
Merge pull request #60 from UBC-MDS/deployment
Browse files Browse the repository at this point in the history
Change datetime to now instead of today
  • Loading branch information
fatse authored Feb 21, 2021
2 parents d17705e + 4e03bd2 commit 37eebb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/html_components.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

PLOTLY_LOGO = "assets/img/1111512.png"

today = datetime.today()
today = datetime.now()
formatted_date = today.strftime("%b %d, %Y")


Expand Down

0 comments on commit 37eebb2

Please sign in to comment.