Skip to content

Commit

Permalink
Rounded the number
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolDude20221 committed Jan 10, 2025
1 parent 1686f93 commit e549fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def fetch_github_data():
"name": milestone.title,
"repo_name": repo_name,
"progress": (
(
round(
milestone.closed_issues
/ (milestone.closed_issues + milestone.open_issues)
* 100
Expand Down

0 comments on commit e549fc4

Please sign in to comment.