改下自己写的sb代码

This commit is contained in:
Jerry Yan 2019-09-24 09:21:58 +08:00
parent 2554b537e8
commit b9d9a8c435

View File

@ -14,8 +14,8 @@ isDownload = False
def download():
global isDownload
session = requests.session()
while Common.api.isLive and not Common.forceNotDownload:
session = requests.session()
if not Common.streamUrl:
Common.appendError("Download with No StreamUrl Specific")
break