remove double rows
This commit is contained in:
@@ -754,11 +754,3 @@ class Actions:
|
|||||||
mode=mode,
|
mode=mode,
|
||||||
use_trash_bin=use_trash_bin,
|
use_trash_bin=use_trash_bin,
|
||||||
no_trash_bin=no_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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user