remove double rows

This commit is contained in:
2025-09-08 09:51:00 +02:00
parent a8cbfcb380
commit 95a55a7d4c

View File

@@ -754,11 +754,3 @@ class Actions:
mode=mode,
use_trash_bin=use_trash_bin,
no_trash_bin=no_trash_bin)
now = datetime.datetime.now()
date_str = now.strftime("%d-%m-%Y")
time_str = now.strftime("%H:%M:%S")
folder_name = f"{date_str}_{time_str}_user_{source_name}_{mode}"
final_dest = os.path.join(base_dest, folder_name)
self.app.current_backup_path = final_dest