diff options
author | 2018-06-02 22:06:36 +0200 | |
---|---|---|
committer | 2018-06-02 22:06:36 +0200 | |
commit | ffdde2b702fc1e9b184237b3bf43641861fd57d9 (patch) | |
tree | e27dcff4bfef9260322977d99fb0d452f87b1050 | |
parent | lint (diff) |
faulty logic in config
-rw-r--r-- | config.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -20,7 +20,8 @@ def autodiscover(): except Exception: print(traceback.format_exc()) - return '127.0.0.1' + + return '127.0.0.1' USERNAME = os.environ.get('RMQ_USERNAME', 'guest') |