aboutsummaryrefslogtreecommitdiffstats
path: root/python/Dawn/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/Dawn/views.py')
-rw-r--r--python/Dawn/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/Dawn/views.py b/python/Dawn/views.py
index b23f8540..d1cbee24 100644
--- a/python/Dawn/views.py
+++ b/python/Dawn/views.py
@@ -30,7 +30,7 @@ def get_queue():
hostname = socket.gethostname()
if hostname == 'ziggy':
q = g.queue = redis.Redis(unix_socket_path='/run/redis/redis.sock')
- elif hostname == 'debian':
+ else:
q = g.queue = redis.Redis(host='ziggy')
return q