Skip to content

Commit

Permalink
fixed syntax 2
Browse files Browse the repository at this point in the history
  • Loading branch information
lhein committed Nov 19, 2023
1 parent a3f65d4 commit 1f1b164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion getGithubData.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def generate_new_milestone(milestone):
f.write('![](https://geps.dev/progress/')
f.write(progress)
f.write('?dangerColor=800000&warningColor=ff9900&successColor=006600)')
f.write(' **Open: ' + openCount + ' / Closed: ' + str(closedCount) + '** \n\n')
f.write(' **Open: ' + str(openCount) + ' / Closed: ' + str(closedCount) + '** \n\n')

for entry in entries:
f.write(entry)
Expand Down

0 comments on commit 1f1b164

Please sign in to comment.