mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 12:07:08 +00:00
Fix method signature
This commit is contained in:
@@ -52,7 +52,7 @@ class Datastore:
|
|||||||
|
|
||||||
self.conn = psycopg2.connect(configuration.read()["db"]["connection_string"], **opts)
|
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.
|
Enable or disable autocommit.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user