Skip to content
Snippets Groups Projects
Commit ed35aef3 authored by inso's avatar inso
Browse files

Fix services instanciate

parent f56dd756
Branches
No related tags found
No related merge requests found
......@@ -94,7 +94,6 @@ if __name__ == '__main__':
with loop:
app = Application.startup(sys.argv, sakia, loop)
app.instanciate_services()
app.start_coroutines()
if not app.connection_exists():
conn_controller = ConnectionConfigController.create_connection(None, app)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment