From 998f8d33fcef28c90365cd58f0820683e518e398 Mon Sep 17 00:00:00 2001 From: Patrick Maia Date: Thu, 14 Aug 2014 12:07:48 -0300 Subject: Reactor start should not be commented --- service/app/pixelated_user_agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'service') diff --git a/service/app/pixelated_user_agent.py b/service/app/pixelated_user_agent.py index a51fc905..75e84c3c 100644 --- a/service/app/pixelated_user_agent.py +++ b/service/app/pixelated_user_agent.py @@ -132,7 +132,7 @@ def index(): def setup(): - # start_reactor() + start_reactor() app.config.from_envvar('PIXELATED_UA_CFG') account = app.config['ACCOUNT'] app.run(host=app.config['HOST'], debug=app.config['DEBUG'], port=app.config['PORT']) -- cgit v1.2.3