✅ Compatible with new scraper.py file
This commit is contained in:
parent
4b9255f6fb
commit
455171561a
1 changed files with 1 additions and 1 deletions
|
|
@ -390,4 +390,4 @@ if __name__ == '__main__':
|
|||
# 判断是否使用CDN加载前端资源
|
||||
cdn = True if config['Web_APP']['PyWebIO_CDN'] == 'True' else False
|
||||
# 启动Web服务\Start Web service
|
||||
start_server(main, port=port, debug=True, cdn=cdn)
|
||||
start_server(main, port=port, debug=False, cdn=cdn)
|
||||
|
|
|
|||
Loading…
Reference in a new issue