Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
96fc50498c
@ -19,6 +19,7 @@ def download():
|
|||||||
p = session.get(Common.streamUrl, stream=True, timeout=10)
|
p = session.get(Common.streamUrl, stream=True, timeout=10)
|
||||||
if p.status_code != 200:
|
if p.status_code != 200:
|
||||||
Common.appendDownloadStatus("Download with Response {}".format(p.status_code))
|
Common.appendDownloadStatus("Download with Response {}".format(p.status_code))
|
||||||
|
Common.api.updRoomInfo(True)
|
||||||
break
|
break
|
||||||
Common.appendDownloadStatus("Download >{}< Start".format(path))
|
Common.appendDownloadStatus("Download >{}< Start".format(path))
|
||||||
f = open(path, "wb")
|
f = open(path, "wb")
|
||||||
|
Reference in New Issue
Block a user