修正flask接口的运行地址

This commit is contained in:
2024-08-29 09:00:39 +08:00
parent f337148612
commit 37d6b6e023
2 changed files with 1 additions and 3 deletions

View File

@@ -29,4 +29,4 @@ def detect_books():
if __name__ == '__main__':
app.run()
app.run("0.0.0.0")