Saritus / bachelor-thesis

1 stars 0 forks source link

Use string formatting for urlpath in download_image #14

Closed Saritus closed 7 years ago

Saritus commented 7 years ago

In functions.py, the download_image function combines different string part to a complete url. It would be better to look at the source code, if it would use string formatting instead. https://docs.python.org/3/library/string.html#formatexamples

Saritus commented 7 years ago

Done in 9b7c8b1