We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a150c5 commit 586942eCopy full SHA for 586942e
src/fetch_commits_for_month.py
@@ -27,4 +27,4 @@ def fetch_and_parse_commits_for_month(year, month):
27
28
29
if __name__ == '__main__':
30
- fetch_and_parse_commits_for_month(sys.argv[1], sys.argv[2])
+ fetch_and_parse_commits_for_month(int(sys.argv[1]), int(sys.argv[2]))
0 commit comments