fix: flask bind ip

This commit is contained in:
Zhaolong
2022-02-08 09:30:29 +08:00
parent 5f56feffb2
commit 5f1c11aa6d

2
app.py
View File

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