bitwarden

This commit is contained in:
jaydee
2024-09-26 23:14:24 +02:00
parent c73defbe19
commit 5cb5820caa

View File

@@ -126,7 +126,8 @@ if _ACTION == "flip":
shutil.move(export_name, _FILE)
filedate.File(_FULL_PATH + _FILE).set(new_date)
except:
except ValueError as e:
print(e)
print(f"Failed to move {export_name}")
if _ACTION == "join":
for _DAY_DIR in _DAY_DIRS: