From bd78c69ba7c903546ca36d54e9adcf93b4f945ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Wed, 11 Dec 2019 20:00:15 -0500 Subject: pep8 --- hypervideo_gui.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hypervideo_gui.py') diff --git a/hypervideo_gui.py b/hypervideo_gui.py index 23ff0df..89bfa85 100644 --- a/hypervideo_gui.py +++ b/hypervideo_gui.py @@ -269,7 +269,8 @@ class App(QMainWindow): else: # valid url - fetch the video formats in background daemon thread self.statusBar().showMessage('Downloading Video Formats') - thread = threading.Thread(target=get_video_formats_thread_helper, args=(self, self.url_catch(), )) + thread = threading.Thread(target=get_video_formats_thread_helper, + args=(self, self.url_catch(), )) thread.daemon = True thread.start() -- cgit v1.2.3