From 547749bc18a28ed3f0897a1d72b4103ec52e79df Mon Sep 17 00:00:00 2001 From: Krystine Sherwin <93062060+KrystalDelusion@users.noreply.github.com> Date: Wed, 18 Jun 2025 11:56:52 +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)