Skip to content

Commit

Permalink
change & to ?
Browse files Browse the repository at this point in the history
  • Loading branch information
ABrain7710 committed Jan 15, 2025
1 parent 60f8920 commit e99588d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion augur/tasks/github/messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def fast_retrieve_all_pr_and_issue_messages(repo_git: str, logger, key_auth, tas
url = f"https://api.github.com/repos/{owner}/{repo}/issues/comments"

if since:
url += f"&since={since.isoformat()}"
url += f"?since={since.isoformat()}"

# define logger for task
logger.info(f"Collecting github comments for {owner}/{repo}")
Expand Down

0 comments on commit e99588d

Please sign in to comment.