From 4997491591732c09259b8eff11642819f3b8ff0c Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 9 Feb 2025 19:52:26 -0500 Subject: [PATCH] automated terminal push --- consumer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consumer.py b/consumer.py index fe591ed..d21bf04 100644 --- a/consumer.py +++ b/consumer.py @@ -63,7 +63,7 @@ print("## ") print("## starting > JMS consumer (yankee-sully-channels-monthly)") print("## ") -conn = stomp.Connection([('osiris.yankee.embanet.online', 61613)]) +conn = stomp.Connection([('67.220.70.106', 61613)]) conn.set_listener('', MyListener())