Node announce handling.

This commit is contained in:
Mark Qvist 2021-08-26 16:21:40 +02:00
parent ae3d2ef802
commit d54483d7e3

View File

@ -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)