autocommit everything
This commit is contained in:
parent
1badf860dc
commit
894288ec0e
@ -19,7 +19,8 @@ class Database:
|
|||||||
host=self.config.address,
|
host=self.config.address,
|
||||||
user=self.config.username,
|
user=self.config.username,
|
||||||
password=self.config.password,
|
password=self.config.password,
|
||||||
database=self.config.name
|
database=self.config.name,
|
||||||
|
autocommit=True
|
||||||
)
|
)
|
||||||
if self.conn.is_connected():
|
if self.conn.is_connected():
|
||||||
logger.info("✅ Tilkoblet til databasen")
|
logger.info("✅ Tilkoblet til databasen")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user