zachkont / dotaUpdatesBot

A telegram bot for dota2 updates
GNU General Public License v3.0
23 stars 23 forks source link

Use logger instead of print as proposed in #9 #20

Closed Cougar closed 6 years ago

Cougar commented 7 years ago

Do you mean something like that for #9 ? I removed all print statements and added logger module. The logger format is different than it was when file logging was used. If that is a case then you can easily change the format (change date format and remove log level info).