From 4b4a7156e2b6c0ad015715b296b379d0c7612d79 Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Sat, 8 Jan 2022 20:53:42 -0500 Subject: [PATCH] 2022-01-08 Fred Gleason * Reset 'apis/pypad/tests/now_and_next.py' to use localhost. Signed-off-by: Fred Gleason --- ChangeLog | 2 ++ apis/pypad/tests/now_and_next.py | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 93edc2c8..a9d7d1ce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -22876,3 +22876,5 @@ a single 'rivendellaudio' package namespace. 2022-01-08 Fred Gleason * Fixed a regression that broke the 'make rpm' target. +2022-01-08 Fred Gleason + * Reset 'apis/pypad/tests/now_and_next.py' to use localhost. diff --git a/apis/pypad/tests/now_and_next.py b/apis/pypad/tests/now_and_next.py index a6d5a2a8..2fc74333 100755 --- a/apis/pypad/tests/now_and_next.py +++ b/apis/pypad/tests/now_and_next.py @@ -69,5 +69,4 @@ rcvr.setPadCallback(ProcessPad) # the target Rivendell system. Once started, all further processing can only # be done in the callback method! # -rcvr.start('192.168.21.14',pypad.PAD_TCP_PORT) -#rcvr.start('localhost',pypad.PAD_TCP_PORT) +rcvr.start('localhost',pypad.PAD_TCP_PORT)