Updated to use twisted reactor
diff --git a/demo/dashboard/files/twisted_app.py b/demo/dashboard/files/twisted_app.py
index 4ff19c5..8c6d189 100644
--- a/demo/dashboard/files/twisted_app.py
+++ b/demo/dashboard/files/twisted_app.py
@@ -192,3 +192,5 @@
 
 # attach the service to its parent application
 tmp_service.setServiceParent(application)
+startApplication(application, 0)
+reactor.run()