fix: flask bind ip

This commit is contained in:
Zhaolong
2022-02-08 09:52:21 +08:00
parent 5f69da9f20
commit 05bb3a767a

2
app.py
View File

@@ -152,4 +152,4 @@ def query_contacts(identification):
if __name__ == '__main__': if __name__ == '__main__':
app.run(debug=True) app.run(host='0.0.0.0')