mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-12-18 07:14:20 +01:00
Possible fix for Directory error
This commit is contained in:
@@ -91,6 +91,9 @@ class Directory:
|
|||||||
entries = {}
|
entries = {}
|
||||||
for e in unpacked_list:
|
for e in unpacked_list:
|
||||||
|
|
||||||
|
if e[1] == None:
|
||||||
|
e[1] = "Undefined"
|
||||||
|
|
||||||
if len(e) > 3:
|
if len(e) > 3:
|
||||||
hosts_node = e[3]
|
hosts_node = e[3]
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user