Skip to content

Commit

Permalink
Fix /watch download msg progress
Browse files Browse the repository at this point in the history
Signed-off-by: KenHV <[email protected]>
  • Loading branch information
yourtulloh authored and KenHV committed May 6, 2021
1 parent ad5beab commit 7ef45f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def error(msg):
class YoutubeDLHelper(DownloadHelper):
def __init__(self, listener):
super().__init__()
self.__name = ""
self.name = ""
self.__start_time = time.time()
self.__listener = listener
self.__gid = ""
Expand Down

0 comments on commit 7ef45f0

Please sign in to comment.