architv / soccer-cli

:soccer: Football scores for hackers. :computer: A command line interface for all the football scores.
MIT License
1.09k stars 222 forks source link

Fix issue #5 and #14 #22

Closed Saturn closed 8 years ago

Saturn commented 8 years ago

Fix architv/soccer-cli#5 Fix architv/soccer-cli#14

This replaces the .format() with the older % formatting. The older method makes it easier to work with str and unicode at the same time.

Since the % formatting is used elsewhere in the script I thought it shouldn't really matter unless the newer .format() is really desired.

architv commented 8 years ago

That was an important fix. Thanks @Saturn !