Update TikTok_ZH.py

This commit is contained in:
Evil0ctal 2022-03-06 19:38:16 -08:00 committed by GitHub
parent 382bfe00aa
commit b76fb7e7d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -602,4 +602,4 @@ if __name__ == "__main__":
with open('logs.txt', 'a') as f:
f.write("时间: " + date + " " + "程序重载完毕!" + '\n')
app.add_url_rule('/', 'webio_view', webio_view(main), methods=['GET', 'POST', 'OPTIONS'])
app.run(host='0.0.0.0', port=80)
app.run(host='0.0.0.0', port=5000)