2022-01-08 Fred Gleason <fredg@paravelsystems.com>

* Reset 'apis/pypad/tests/now_and_next.py' to use localhost.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2022-01-08 20:53:42 -05:00
parent 96d0a3b5b6
commit 4b4a7156e2
2 changed files with 3 additions and 2 deletions

View File

@@ -22876,3 +22876,5 @@
a single 'rivendellaudio' package namespace. a single 'rivendellaudio' package namespace.
2022-01-08 Fred Gleason <fredg@paravelsystems.com> 2022-01-08 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression that broke the 'make rpm' target. * Fixed a regression that broke the 'make rpm' target.
2022-01-08 Fred Gleason <fredg@paravelsystems.com>
* Reset 'apis/pypad/tests/now_and_next.py' to use localhost.

View File

@@ -69,5 +69,4 @@ rcvr.setPadCallback(ProcessPad)
# the target Rivendell system. Once started, all further processing can only # the target Rivendell system. Once started, all further processing can only
# be done in the callback method! # 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)