Avoid loop in Boardcaster is not found and stop download

This commit is contained in:
2019-05-11 21:21:43 +08:00
committed by JerryYan
parent f4bc6d847d
commit b61bd4c70c
2 changed files with 11 additions and 1 deletions

View File

@ -314,4 +314,9 @@ class downloader(XiGuaLiveApi):
pass
api = downloader(config["l_u"])
api = downloader(config["l_u"])
def refreshDownloader():
global api
api = downloader(config["l_u"])