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 a3970fd commit 680c76bCopy full SHA for 680c76b
pymetrics/__main__.py
@@ -258,7 +258,7 @@ def _get_parser():
258
help='Max days of data to pull. Default to last 90 days.',
259
)
260
261
- # collect Anaconda
+ # collect GitHub downloads
262
collect_github = action.add_parser(
263
'collect-github', help='Collect download data from GitHub.', parents=[logging_args]
264
0 commit comments