diff options
author | Bruno Wagner Goncalves <bwagner@thoughtworks.com> | 2014-08-01 17:36:14 -0300 |
---|---|---|
committer | Bruno Wagner Goncalves <bwagner@thoughtworks.com> | 2014-08-01 17:36:14 -0300 |
commit | d8360815ea07d9944f08ad378d2b89e64e1f2c9e (patch) | |
tree | 2e729f11524644980739d1b123197285eaa7f175 /inboxapp-service/app | |
parent | dbbbdc638d140b6b861a4ec386aaabf6bc7e1bdd (diff) |
Changed the Smail names to pixelated ones on inboxapp
Diffstat (limited to 'inboxapp-service/app')
-rw-r--r-- | inboxapp-service/app/pixelated_service.py (renamed from inboxapp-service/app/smailback.py) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inboxapp-service/app/smailback.py b/inboxapp-service/app/pixelated_service.py index 4aa04030..f3eb52d7 100644 --- a/inboxapp-service/app/smailback.py +++ b/inboxapp-service/app/pixelated_service.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_SERVICE_CFG') provider = app.config['PROVIDER'] account = app.config['ACCOUNT'] |