We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26aa565 commit 5cbb15dCopy full SHA for 5cbb15d
README.md
@@ -53,8 +53,8 @@ if __name__ == "__main__":
53
54
re = Relay(
55
port=3000, # this must be the same on your Relay and Endpoints
56
- password="VerySecurePassword", # this must be the same on Relay and Endpoints, AND be strong
57
- local_com_port=3001 # this needs to be non-overlapping if Relays/Endpoints live on the same machine
+ password="VerySecurePassword", # must be the same on Relay and Endpoints, AND be strong
+ local_com_port=3001 # needs to be non-overlapping if Relays/Endpoints are on the same machine
58
)
59
60
# Create an Endpoint in group "producers" (arbitrary name)
0 commit comments