diff options
author | Bruno Wagner Goncalves <bwagner@thoughtworks.com> | 2014-08-20 17:56:43 -0300 |
---|---|---|
committer | Bruno Wagner Goncalves <bwagner@thoughtworks.com> | 2014-08-20 18:27:02 -0300 |
commit | a443d2d58f46d6b63b7cabe72a8851234a59b10e (patch) | |
tree | 271ce5f1fc712741c8330d2ee9df662b385ec5ef /service/pixelated | |
parent | f06094f9cad86617a31ea2e05accf8d3f63ebb24 (diff) |
Removed go and runtests - setup.py develop creates a pixelated-user-agent script that you can run
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']) |