Skip to content

Commit

Permalink
fix login by token
Browse files Browse the repository at this point in the history
  • Loading branch information
renan028 committed Jun 1, 2020
1 parent 4528924 commit 06b027b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions insights.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

repos = ['MIRON-Components', 'MIRON-Systems',
'DomainModelsRepositories', 'MIRON-BehaviorRepository',
'MIRON-DataRepository', 'Groot', 'MOOD2Be']
'MIRON-DataRepository']

unique_view = ['Unique Views']
total_view = ['Views Count']
Expand All @@ -15,8 +15,7 @@

if __name__ == "__main__":
a = sys.argv[1]
b = sys.argv[2]
g = Github(a, b)
g = Github(a)
for org in g.get_user().get_orgs():
if org.name == 'MiRoN':
for r in repos:
Expand Down

0 comments on commit 06b027b

Please sign in to comment.