瀏覽代碼

add 'location' from ALFRED data

Helge Jung 10 年之前
父節點
當前提交
966870f26d
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      ffstatus/alfred.py

+ 3 - 0
ffstatus/alfred.py

@@ -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__":