Interfaces can handle tags through Add/Get/Update
[plcapi.git] / PLC / PostgreSQL.py
index 98ef727..172b5c3 100644 (file)
@@ -52,6 +52,7 @@ class PostgreSQL:
     def __init__(self, api):
         self.api = api
         self.debug = False
+#        self.debug = True
         self.connection = None
 
     def cursor(self):