diff options
Diffstat (limited to 'service/pixelated')
-rw-r--r-- | service/pixelated/user_agent.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/pixelated/user_agent.py b/service/pixelated/user_agent.py index b70ed37c..ff38910b 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_envvar('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']) |