Krho / bestImage

Retrieves the "best" image of a given Commons category
MIT License
2 stars 2 forks source link

Handling None value in generated_code #4

Closed PierreSelim closed 7 years ago

PierreSelim commented 7 years ago

It should fix the call of .title() on NoneType.

I've also renamed the variable dict which is a key word of the python language (dict() returns {}) and made few readability improvements in string concatenations.