mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-06-02 04:52:18 -04:00
Node announce handling.
This commit is contained in:
parent
ae3d2ef802
commit
d54483d7e3
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue