@@ -29,6 +29,7 @@ def make_archive(source: pathlib.Path, destination: pathlib.Path) -> None:
base_dir = source.name
shutil.make_archive(str(base_name), fmt, root_dir, base_dir)
class DBConn:
def __init__(self):
self.cur = None
The note is not visible to the blocked user.