Skip to content

Commit

Permalink
Added threaded
Browse files Browse the repository at this point in the history
  • Loading branch information
juanboirazian committed Sep 2, 2024
1 parent 7bfb47a commit 21d117a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/luneforge.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@ def generate_sphere_mesh():


if __name__ == "__main__":
app.run(host='0.0.0.0', port=5000)
app.run(host='0.0.0.0',threaded=True, port=5000)

0 comments on commit 21d117a

Please sign in to comment.