We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c9554f commit 534562eCopy full SHA for 534562e
mem3_helper.py
@@ -32,7 +32,7 @@ def discover_peers(service_record):
32
# name to form the hostname used for the Erlang node. This feels hacky
33
# but not sure of a more official answer
34
result = [rdata.target.to_text()[:-1] for rdata in answers]
35
- print("\t| Got the following peers' fqdm from DNS lookup:",result,flush=True)
+ print("\t| Got the following peers' fqdn from DNS lookup:",result,flush=True)
36
return result
37
38
def backoff_hdlr(details):
0 commit comments