summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'])