diff --git a/entry_points/run_ursula_mining_node.py b/entry_points/run_ursula_mining_node.py index a93c4a6b5..ed32fae50 100644 --- a/entry_points/run_ursula_mining_node.py +++ b/entry_points/run_ursula_mining_node.py @@ -13,5 +13,4 @@ _URSULA.listen() from hendrix.deploy.base import HendrixDeploy deployer = HendrixDeploy("start", {"wsgi":_URSULA.rest_app, "http_port": 3500}) -deployer.reactor.callWhenRunning(_URSULA.start_datastore_in_threadpool) deployer.run()