diff --git a/insights.py b/insights.py index 101115a..b100f9a 100644 --- a/insights.py +++ b/insights.py @@ -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'] @@ -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: