Skip to content

Commit

Permalink
move datetime to top of report
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Jan 26, 2024
1 parent aeeb410 commit d876988
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pywcmp/wcmp2/kpi.py
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,8 @@ def evaluate(self, kpi: str = None) -> dict:
overall_grade = 'F'
overall_grade = calculate_grade(results['summary']['percentage'])
results['summary']['grade'] = overall_grade
results['datetime'] = get_current_datetime_rfc3339()

results['datetime'] = get_current_datetime_rfc3339()

return results

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
beautifulsoup4
click
jsonschema>4.19
#jsonschema>4.19
pyspellchecker
python-dateutil
pywis-topics

0 comments on commit d876988

Please sign in to comment.