|
@@ -131,6 +131,9 @@ class AlfredParser:
|
|
|
item['rxbytes'] = int(traffic["rx"]["bytes"])
|
|
|
item['txbytes'] = int(traffic["tx"]["bytes"])
|
|
|
|
|
|
+ if 'location' in nodestatic:
|
|
|
+ nodeinfo['location'] = nodestatic['location']
|
|
|
+
|
|
|
return data
|
|
|
|
|
|
if __name__ == "__main__":
|