Skip to content

Commit

Permalink
add message
Browse files Browse the repository at this point in the history
  • Loading branch information
sdiazlor committed Jun 9, 2024
1 parent 88dbb20 commit 830d7a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions argilla-sdk/docs/scripts/gen_popular_issues.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def fetch_data_from_github(repository, auth_token):
headers = {"Authorization": f"token {auth_token}", "Accept": "application/vnd.github.v3+json"}
issues_data = []

print(f"Fetching issues from {repository}...")
with requests.Session() as session:
session.headers.update(headers)

Expand Down

0 comments on commit 830d7a1

Please sign in to comment.