mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-12-17 14:54:26 +01:00
Node announce handling.
This commit is contained in:
@@ -69,7 +69,7 @@ class Directory:
|
|||||||
for entry in unpacked_directory["announce_stream"]:
|
for entry in unpacked_directory["announce_stream"]:
|
||||||
RNS.log(str(entry))
|
RNS.log(str(entry))
|
||||||
if len(entry) < 4:
|
if len(entry) < 4:
|
||||||
entry[3] = False
|
entry = (entry[0], entry[1], entry[2], False)
|
||||||
|
|
||||||
self.announce_stream.append(entry)
|
self.announce_stream.append(entry)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user