Skip to content

Commit

Permalink
Added commit number logging and moved to separate file(#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniilLutfulin committed Sep 23, 2024
1 parent b3b5662 commit 8ba5d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contributors_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def get_contributor_commits(repo_owner, repo_name, token):
request = requests.get(request_name, headers=headers)

while request.status_code == 202:
print("Waiting for responce...")
print("Waiting for response...")
sleep(10)
request = requests.get(request_name, headers=headers)

Expand Down

0 comments on commit 8ba5d54

Please sign in to comment.