was missing db clear
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
__version__ = "20220107.1"
|
__version__ = "20220109.1"
|
||||||
|
|
||||||
|
|
||||||
def get_version():
|
def get_version():
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user