Queens-Hacks / qcumber-scraper

Scrapes SOLUS and generates structured data
3 stars 6 forks source link

Change debug output from print to logging #13

Closed pR0Ps closed 9 years ago

pR0Ps commented 10 years ago

Debug statements should be output using the logging module, not the print() function.

mystor commented 10 years ago

Agreed. It won't be hard to switch the textbook scraper over to using the logging module. I am using the print function right now because I pulled most of the code straight out of the django project.

pR0Ps commented 9 years ago

Merged into https://github.com/Queens-Hacks/qcumber-scraper/issues/15