修正flask接口的运行地址
This commit is contained in:
@@ -29,4 +29,4 @@ def detect_books():
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
app.run()
|
||||
app.run("0.0.0.0")
|
||||
|
||||
Reference in New Issue
Block a user