Skip to content

Commit 35a72ec

Browse files
authored
flask threaded=True
1 parent 22ab9da commit 35a72ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vtest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -609,4 +609,4 @@ def dns():
609609
LOCAL_IP = addr
610610
DB = sqlite()
611611
thread.start_new_thread(dns, ())
612-
app.run('0.0.0.0', 80)
612+
app.run('0.0.0.0', 80, threaded=True)

0 commit comments

Comments
 (0)