Skip to content

Commit

Permalink
updating comments issue variable
Browse files Browse the repository at this point in the history
  • Loading branch information
niden committed Jul 31, 2024
1 parent caae8f5 commit 5fcf4c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions update-nfr.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@

print("Getting NFR Reactions")

comments = 'https://api.github.com/repos/phalcon/cphalcon/issues/14608/comments?page='
result = {}

i = 1 # Assuming a page number for the example
url = f"{comments}{i}"
headers = {
'Accept': 'application/vnd.github.squirrel-girl-preview+json',
Expand Down

0 comments on commit 5fcf4c2

Please sign in to comment.