summaryrefslogtreecommitdiff
path: root/service
diff options
context:
space:
mode:
authorBruno Wagner Goncalves <bwagner@thoughtworks.com>2014-08-20 18:22:53 -0300
committerBruno Wagner Goncalves <bwagner@thoughtworks.com>2014-08-20 18:27:02 -0300
commit6a7957ec90b3e046b492c50fca97c3e7561be615 (patch)
tree0e03262c45389c3ddb36a19f9a19ac0bd140be9a /service
parenta443d2d58f46d6b63b7cabe72a8851234a59b10e (diff)
Added config file to the setup.py
Diffstat (limited to 'service')
-rw-r--r--service/pixelated/user_agent.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/pixelated/user_agent.py b/service/pixelated/user_agent.py
index ff38910b..c4278725 100644
--- a/service/pixelated/user_agent.py
+++ b/service/pixelated/user_agent.py
@@ -132,7 +132,7 @@ def index():
def setup():
reactor_manager.start_reactor()
- app.config.from_pyfile('config/pixelated_ua.cfg')
+ app.config.from_pyfile('../config/pixelated_ua.cfg')
account = app.config['ACCOUNT']
app.run(host=app.config['HOST'], debug=app.config['DEBUG'], port=app.config['PORT'])