避免在无法获取下载链接是将false传入downloader内
This commit is contained in:
parent
f607f11b82
commit
1644f52eb0
@ -134,6 +134,9 @@ def run():
|
||||
continue
|
||||
_count_error += 1
|
||||
_preT = Common.api.playlist
|
||||
if not _preT:
|
||||
Common.api.updRoomInfo()
|
||||
continue
|
||||
t = threading.Thread(target=download, args=(_preT,))
|
||||
t.setDaemon(True)
|
||||
t.start()
|
||||
|
Reference in New Issue
Block a user