Skip to content

Commit

Permalink
Updated Code for 1.2.0 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
dhhruv committed Jan 2, 2021
1 parent 9ae9604 commit 81d5ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion YouTua.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def download_callback(self):
'Please Enter a valid URL to download !!'
)
return
t1 = threading.Thread(target=self.download)
t1 = threading.Thread(target=self.download, daemon=True)
t1.start()

def download(self):
Expand Down

0 comments on commit 81d5ca7

Please sign in to comment.