We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22ab9da commit 35a72ecCopy full SHA for 35a72ec
vtest.py
@@ -609,4 +609,4 @@ def dns():
609
LOCAL_IP = addr
610
DB = sqlite()
611
thread.start_new_thread(dns, ())
612
- app.run('0.0.0.0', 80)
+ app.run('0.0.0.0', 80, threaded=True)
0 commit comments