summaryrefslogtreecommitdiff
path: root/print_queues.patch
blob: 83d7fc8e3bc0a1838e70444fa94e6dc261cdf40a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/run/print_queues.py b/run/print_queues.py
index 849f8f6a..f48d1157 100755
--- a/run/print_queues.py
+++ b/run/print_queues.py
@@ -14,6 +14,7 @@ redis_config = {
     'host': opts['redis_host'],
     'port': opts['redis_port'],
     'db': opts['redis_db'],
+    'password': opts['redis_pwd'],
 }
 
 for i in range(0, NUM_QUEUES):