From 502673d704c0600c0b2fb8ea439cb5a030374e87 Mon Sep 17 00:00:00 2001 From: Bruno Wagner Goncalves Date: Fri, 1 Aug 2014 17:52:23 -0300 Subject: Changed the naming to reflect the new infrastructure --- service/app/pixelated_user_agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/app/pixelated_user_agent.py b/service/app/pixelated_user_agent.py index 4aa04030..3f812f27 100644 --- a/service/app/pixelated_user_agent.py +++ b/service/app/pixelated_user_agent.py @@ -118,7 +118,7 @@ def redirect_to_front(path): ) if __name__ == '__main__': - app.config.from_envvar('SMAIL_BACK_CFG') + app.config.from_envvar('PIXELATED_UA_CFG') provider = app.config['PROVIDER'] account = app.config['ACCOUNT'] -- cgit v1.2.3