MestreLion / humblebundle

API for managing Humble Bundle games library
GNU General Public License v3.0
211 stars 38 forks source link

Unify download info output #31

Closed Ram-Z closed 7 years ago

Ram-Z commented 7 years ago

Fixes a small issue with output not lining up when more than one download are available.

MestreLion commented 7 years ago

The changes are welcome, but maybe keep both functions as class methods? Dropping the leading _ in their names to indicate they're now a "public" method, used outside of the class.

Ram-Z commented 7 years ago

The reason I pulled them out, is because they are not using any of the member variables of the class. So they have no need to be a member of the classs.

Ram-Z commented 7 years ago

Updated.