DB config

This commit is contained in:
Manuel Weiser 2024-05-11 10:53:05 +02:00
parent fd583cbc5b
commit e0c73c01a8

View File

@ -129,7 +129,8 @@ def writeDB():
def deleteFiles(filename):
try:
file = filename.remove(ext)
file = filename[:-3]
print(file)
os.unlink(path+file+".*")
print("lösche", file)
except Exception as e: