@@ -24,4 +24,4 @@ def scan():
if __name__ == '__main__':
- app.run()
+ app.run(host="0.0.0.0",post=5000,debug=True)