Merge remote-tracking branch 'origin/master'

This commit is contained in:
Jerry Yan 2019-11-29 09:23:27 +08:00
commit 96fc50498c

View File

@ -19,6 +19,7 @@ def download():
p = session.get(Common.streamUrl, stream=True, timeout=10)
if p.status_code != 200:
Common.appendDownloadStatus("Download with Response {}".format(p.status_code))
Common.api.updRoomInfo(True)
break
Common.appendDownloadStatus("Download >{}< Start".format(path))
f = open(path, "wb")