改下自己写的sb代码
This commit is contained in:
parent
2554b537e8
commit
b9d9a8c435
@ -14,8 +14,8 @@ isDownload = False
|
|||||||
|
|
||||||
def download():
|
def download():
|
||||||
global isDownload
|
global isDownload
|
||||||
while Common.api.isLive and not Common.forceNotDownload:
|
|
||||||
session = requests.session()
|
session = requests.session()
|
||||||
|
while Common.api.isLive and not Common.forceNotDownload:
|
||||||
if not Common.streamUrl:
|
if not Common.streamUrl:
|
||||||
Common.appendError("Download with No StreamUrl Specific")
|
Common.appendError("Download with No StreamUrl Specific")
|
||||||
break
|
break
|
||||||
|
Reference in New Issue
Block a user