From 6a7957ec90b3e046b492c50fca97c3e7561be615 Mon Sep 17 00:00:00 2001 From: Bruno Wagner Goncalves Date: Wed, 20 Aug 2014 18:22:53 -0300 Subject: Added config file to the setup.py --- service/pixelated/user_agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'service') 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']) -- cgit v1.2.3