登陆延迟问题

This commit is contained in:
2019-10-22 21:46:11 +08:00
parent f80a44f1ac
commit 83af0df5d4
3 changed files with 7 additions and 7 deletions

View File

@ -204,7 +204,7 @@ def getUploadStats():
@app.route("/account/reLogin", methods=["POST"])
def accountRelogin():
Common.loginBilibili()
Common.loginBilibili(True)
return jsonify({"message":"ok","code":200,"status":0,"data":{}})