We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab0c1ce commit 94ff860Copy full SHA for 94ff860
code3/gitpulls.py
@@ -13,6 +13,7 @@
13
pulls = dict()
14
15
for repo in repos:
16
+ print('Checking repo:', repo)
17
url = api_url + '/' + repo + '/repos'
18
19
# print('Retrieving', url)
0 commit comments