was missing db clear

This commit is contained in:
Q
2022-01-09 14:52:04 +02:00
parent 890cd1755c
commit 76cc8a4304
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
__version__ = "20220107.1" __version__ = "20220109.1"
def get_version(): def get_version():

View File

@@ -167,7 +167,7 @@ class AtDel:
print("Deleting file {}".format(p)) print("Deleting file {}".format(p))
os.remove(p) os.remove(p)
# ~ self.db_remove(p) self.db_remove(p)
except Exception as e: except Exception as e:
print(e, file=sys.stderr) print(e, file=sys.stderr)