remove hubs from listing
This commit is contained in:
parent
95f16f6cd0
commit
fb4b1ed312
@ -62,7 +62,7 @@ def initNodelist():
|
||||
lines = f.readlines()
|
||||
|
||||
for line in lines:
|
||||
if line.startswith(";"):
|
||||
if line.startswith(";") or line.startswith("Hub"):
|
||||
pass
|
||||
else:
|
||||
tmp = line.strip("\n").split(",")
|
||||
|
Loading…
x
Reference in New Issue
Block a user