Skip to content
Snippets Groups Projects
Commit 4d6f1f39 authored by Simon Oehrl's avatar Simon Oehrl
Browse files

Disable threading

parent 6b4b0534
No related branches found
No related tags found
No related merge requests found
Pipeline #163223 passed
......@@ -9,7 +9,7 @@ def main():
app = connexion.App(__name__, specification_dir='./swagger/')
app.app.json_encoder = encoder.JSONEncoder
app.add_api('swagger.yaml', arguments={'title': 'Simulation Information REST API'})
app.run(port=8080)
app.run(port=8080, threaded=False)
if __name__ == '__main__':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment