We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66685b1 commit 0cc31a3Copy full SHA for 0cc31a3
scripts/update_top_ranking_issues.py
@@ -39,7 +39,7 @@ def main():
39
for i, issue in enumerate(issues):
40
markdown_bullet_point: str = (
41
f"{issue.html_url} " +
42
- f"({issue._rawData["reactions"]["+1"]} :thumbsup:)"
+ f"({issue._rawData['reactions']['+1']} :thumbsup:)"
43
)
44
45
markdown_bullet_point = f"{i + 1}. {markdown_bullet_point}"
0 commit comments