remove hubs from listing

This commit is contained in:
MeaTLoTioN 2022-05-24 15:28:55 +01:00
parent 95f16f6cd0
commit fb4b1ed312

View File

@ -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(",")