Skip to content

Commit

Permalink
Issue #54 added note re fredversion
Browse files Browse the repository at this point in the history
  • Loading branch information
thompson318 committed Jan 26, 2022
1 parent c2231d4 commit 52c3293
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,10 @@ def initdatabase():
collection of results within the document
"""
timestamp = datetime.datetime.now().strftime("%Y-%m-%d %H:%M:%S")
#we need to set fredversion manually when deploying
#see issue #54. i.e. 'fred version': 'v0.1.5',
dbdict = {
'fred verion': fredversion,
'fred version': fredversion,
'time': timestamp
}
try:
Expand Down

0 comments on commit 52c3293

Please sign in to comment.