Skip to content
Snippets Groups Projects
Commit 2c000516 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Fix typo

parent eabeb7ee
No related branches found
No related tags found
No related merge requests found
......@@ -193,7 +193,7 @@ def top10():
"Run": r[5],
"Frame index": r[6],
"Trigger counter": r[7],
"Date": datetime.utc_fromtimestamp(r[8]).strftime("%c")
"Date": datetime.utcfromtimestamp(r[8]).strftime("%c")
}
} for r in raw_data]
return render_template('top10.html', top10=top10)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment