Silence existence errors when performing a silent sync

Former-commit-id: 69737630d74706da434a4e5056488124f6d59ecc
Former-commit-id: 688ff118ff212ae012def21fc2dfadd44dfcce54
This commit is contained in:
2023-05-09 14:54:01 -04:00
parent 50ffbf2ec8
commit fc1c64a64d
+1 -1
View File
@@ -89,7 +89,7 @@ def deletion_sync(_deletion_database, _silent):
if _file != '':
if not _silent:
print(f"\u001b[38;5;208m{_file}\u001b[0m has been sheared, removing...")
delete(_file, 'locally', False)
delete(_file, 'locally', _silent)
# creates matches of remote folders on the local client