Browse Source

fix missing ','

Karsten Böddeker 7 years ago
parent
commit
d514fa8b3f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ext-respondd.py

+ 1 - 1
ext-respondd.py

@@ -301,7 +301,7 @@ def createNodeinfo():
         "hostname": socket.gethostname(),
         "network": {
             "addresses": getDevice_Addresses(config['bridge']),
-            "mac": getDevice_MAC(config['batman'])
+            "mac": getDevice_MAC(config['batman']),
             "mesh": {
                 "bat0": {
                     "interfaces": getBat0_Interfaces(),