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