mirror of
https://github.com/Kakune55/ComiPy.git
synced 2025-09-16 04:09:41 +08:00
优化内存消耗 添加·单线程模式
This commit is contained in:
3
main.py
3
main.py
@@ -24,7 +24,8 @@ app.register_blueprint(page_bp)
|
||||
if __name__ == "__main__":
|
||||
appinit()
|
||||
app.run(
|
||||
debug=config.get("server", "debug"),
|
||||
debug=config.getboolean("server", "debug"),
|
||||
host=config.get("server", "host"),
|
||||
port=config.get("server", "port"),
|
||||
threaded=config.getboolean("server", "threaded"),
|
||||
)
|
||||
|
Reference in New Issue
Block a user