Skip to content

Commit

Permalink
flask threaded=True
Browse files Browse the repository at this point in the history
  • Loading branch information
ywolf authored Apr 24, 2019
1 parent 22ab9da commit 35a72ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -609,4 +609,4 @@ def dns():
LOCAL_IP = addr
DB = sqlite()
thread.start_new_thread(dns, ())
app.run('0.0.0.0', 80)
app.run('0.0.0.0', 80, threaded=True)

0 comments on commit 35a72ec

Please sign in to comment.