🩹 Small fix
This commit is contained in:
parent
fe36735f37
commit
9192f61811
2 changed files with 3 additions and 2 deletions
|
@ -46,7 +46,6 @@ class Manager:
|
|||
def download(self):
|
||||
parent_dir = Path(self.path)
|
||||
for video in self.video_list:
|
||||
print(video)
|
||||
self.queue.put(video)
|
||||
Thread(target=self.download_worker, args=(parent_dir,)).start()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue