- fix typo
[plcapi.git] / PLC / Table.py
index 4174f10..d7b8517 100644 (file)
@@ -112,7 +112,7 @@ class Row(dict):
                   (table, key,
                    self.api.db.param(self.primary_key, self[self.primary_key]))
 
-        self.api.db.do(sql, self)
+            self.api.db.do(sql, self)
 
         if commit:
             self.api.db.commit()