This commit prints the current course being processed and the total number of courses to be processes, then replaces the line with the sequential course, so that there aren’t thousands of lines printed out.
The following demonstrates what it looks like (note that test.py is the same as cmu-course-api).
And as a second note, I changed the version number; someone with access to PyPI would need to update the package.
This commit prints the current course being processed and the total number of courses to be processes, then replaces the line with the sequential course, so that there aren’t thousands of lines printed out.
The following demonstrates what it looks like (note that
test.py
is the same ascmu-course-api
).And as a second note, I changed the version number; someone with access to PyPI would need to update the package.