za3karia commited on
Commit
c2c77fa
·
verified ·
1 Parent(s): f2ea17f

Update functions.py

Browse files
Files changed (1) hide show
  1. functions.py +1 -1
functions.py CHANGED
@@ -104,7 +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
- print((repo_name, contributor, period,branches)
108
  headers = get_headers(updated_token)
109
  start_date = get_start_date(period)
110
  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 = []