Skip to content

Commit fa466a4

Browse files
authored
Merge pull request #25 from Code4GovTech/fix/commentsloop
added a break statement
2 parents 9f1af45 + 476883b commit fa466a4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ async def dmp_updates():
171171
print('issue response ', issue_response)
172172
app.logger.error("Comments API failed: " +
173173
str(issue_response.status_code) + " for dmp_id: "+str(dmp_id))
174+
break
174175
page = page + 1
175176

176177
# 3. Read & Update PRs of the ticket

0 commit comments

Comments
 (0)