aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.py b/config.py
index 437812c..c32f79d 100644
--- a/config.py
+++ b/config.py
@@ -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')