python-20 / video-downloader

A python application to download videos
GNU General Public License v3.0
10 stars 10 forks source link

Quick fix of download popup #41

Closed RyanSamman closed 4 years ago

RyanSamman commented 4 years ago

Removes a new line in the string which caused a gap in the text of the popup

Fixes: https://github.com/python-20/video-downloader/issues/25#issuecomment-582163908

cherylli commented 4 years ago

The / is just there to wrap the line to the next line. The line is too long according to PEP8 recommendation