Skip to content

Commit

Permalink
next try
Browse files Browse the repository at this point in the history
  • Loading branch information
devfle committed Feb 22, 2024
1 parent 5a2abe1 commit 3102492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme_level.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def fetch_user_data(self) -> dict[str, int] | None:

while current_year >= 2015:
contribution_count = (response_data["data"]["user"]
["_" + str(current_year)]["contributionsCollection"]["contributionCalendar"]["totalContributions"])
["_" + str(current_year)]["contributionCalendar"]["totalContributions"])

total_contribution.append(contribution_count)
current_year -= 1
Expand Down

0 comments on commit 3102492

Please sign in to comment.