summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--service/app/pixelated_user_agent.py2
1 files changed, 1 insertions, 1 deletions
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']