From ad9382d46c0fd14f430b98b4310374357525e4e6 Mon Sep 17 00:00:00 2001 From: Krystine Sherwin <93062060+KrystalDelusion@users.noreply.github.com> Date: Tue, 8 Jul 2025 15:44:01 +1200 Subject: [PATCH] Re-disable db debug mode --- sbysrc/sby_status.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbysrc/sby_status.py b/sbysrc/sby_status.py index fb3fc82..e154205 100644 --- a/sbysrc/sby_status.py +++ b/sbysrc/sby_status.py @@ -52,7 +52,7 @@ def transaction(method: Fn) -> Fn: class SbyStatusDb: def __init__(self, path: Path, task, timeout: float = 5.0): - self.debug = True + self.debug = False self.task = task setup = not os.path.exists(path)