Fix
diff --git a/xos/services/fabric/models.py b/xos/services/fabric/models.py
index 2bf8a0b..28e161a 100644
--- a/xos/services/fabric/models.py
+++ b/xos/services/fabric/models.py
@@ -27,6 +27,6 @@
         verbose_name = "Fabric Service"
         proxy = True
 
-    simple_attributes = ( ("autoconfig": True) )
+    simple_attributes = ( ("autoconfig", True) )
 
 FabricService.setup_simple_attributes()