diff --git a/bin/datastore.py b/bin/datastore.py index f5b1646..31cc2d1 100644 --- a/bin/datastore.py +++ b/bin/datastore.py @@ -52,7 +52,7 @@ class Datastore: self.conn = psycopg2.connect(configuration.read()["db"]["connection_string"], **opts) - def set_autocommit(value = True): + def set_autocommit(self, value = True): """ Enable or disable autocommit.