This commit is contained in:
Sandro Fuetsch Titan
2026-05-26 21:08:48 +02:00
parent 3c3e10fd78
commit a6082fafd3
+1
View File
@@ -28,6 +28,7 @@ class BaseStrategy:
self.cursor.execute(query)
end = time.time()
self._print_result(strategy, end, start)
self.connection.commit()
def _print_result(self, strategy, end, start):