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)