From b164d002c2733fb5cf23896f972991d7464cd629 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marcin=20W=C4=85troba?= <markowanga@gmail.com>
Date: Wed, 18 Jan 2023 05:33:05 +0100
Subject: [PATCH] Update asr

---
 new_experiment/queue_base.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/new_experiment/queue_base.py b/new_experiment/queue_base.py
index 6fec1ff..04ad02c 100644
--- a/new_experiment/queue_base.py
+++ b/new_experiment/queue_base.py
@@ -8,8 +8,7 @@ from pika.adapters.blocking_connection import BlockingChannel
 from new_experiment.utils.param_util import get_param
 
 _RABBIT_URL = get_param('RABBIT_URL',
-                        'amqps://rabbit_user:kz6m4972OUHFmtUcPOHx4kF3Lj6yw7lo'
-                        '@rabbit-asr-benchmarks.theliver.pl:5671')
+                        'amqp://rabbit_user:kz6m4972OUHFmtUcPOHx4kF3Lj6yw7lo@192.168.0.124:5672')
 
 
 def ack_message(channel, delivery_tag):
-- 
GitLab