aboutsummaryrefslogtreecommitdiffstats
path: root/doc/receive_events.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/receive_events.py')
-rwxr-xr-xdoc/receive_events.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/receive_events.py b/doc/receive_events.py
index dca27cd..bfd6f86 100755
--- a/doc/receive_events.py
+++ b/doc/receive_events.py
@@ -13,7 +13,7 @@ from pprint import pprint
context = zmq.Context()
sock = context.socket(zmq.SUB)
-ep = "tcp://127.0.0.1:5557"
+ep = "tcp://127.0.0.1:5556"
print(f"Receive from {ep}")
sock.connect(ep)