summaryrefslogtreecommitdiff
path: root/service
diff options
context:
space:
mode:
authorPatrick Maia <patrickjourdanmaia@gmail.com>2014-08-14 12:07:48 -0300
committerPatrick Maia <patrickjourdanmaia@gmail.com>2014-08-14 12:10:24 -0300
commit998f8d33fcef28c90365cd58f0820683e518e398 (patch)
tree263f708ab69b4dad9012f4eb6c6383f5c64d07d4 /service
parent50049e17edff98762839d55650b6516f2d5e81ab (diff)
Reactor start should not be commented
Diffstat (limited to 'service')
-rw-r--r--service/app/pixelated_user_agent.py2
1 files changed, 1 insertions, 1 deletions
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'])