toddrob99 / MLB-StatsAPI

Python wrapper for MLB Stats API
GNU General Public License v3.0
547 stars 99 forks source link

Use logging module instead of print for debug info #19

Closed toddrob99 closed 5 years ago

toddrob99 commented 5 years ago

Setting statsapi.DEBUG to True will result in debug info being printed to console. Instead this should be handled through the logging module.