Spaces:
Sleeping
Sleeping
Update functions.py
Browse files- functions.py +1 -0
functions.py
CHANGED
@@ -104,6 +104,7 @@ def get_contributor_commits(repo_name, contributor, period,branches, updated_tok
|
|
104 |
Returns:
|
105 |
- A list of commits made by the specified contributor in the given period.
|
106 |
"""
|
|
|
107 |
headers = get_headers(updated_token)
|
108 |
start_date = get_start_date(period)
|
109 |
commits = []
|
|
|
104 |
Returns:
|
105 |
- A list of commits made by the specified contributor in the given period.
|
106 |
"""
|
107 |
+
print((repo_name, contributor, period,branches)
|
108 |
headers = get_headers(updated_token)
|
109 |
start_date = get_start_date(period)
|
110 |
commits = []
|