From abf6b47372735f79050479c7e222689df213571f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20K=C3=BCnzel?= <simonk@fsmpi.rwth-aachen.de> Date: Mon, 10 Feb 2025 00:42:47 +0100 Subject: [PATCH] Fix typo --- src/videoag_common/database/database.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/videoag_common/database/database.py b/src/videoag_common/database/database.py index 8b2d923..419c458 100644 --- a/src/videoag_common/database/database.py +++ b/src/videoag_common/database/database.py @@ -78,7 +78,7 @@ class Database: ) if check_drift: - _startup_check_drift(auto_migration, skip_drift_check_when_no_connection) + self._startup_check_drift(auto_migration, skip_drift_check_when_no_connection) if config.get("log_all_statements", False): import logging -- GitLab