add comment

master
Aevann 2024-10-23 16:27:47 +03:00
parent d608f2e37d
commit 401525e64f
1 changed files with 1 additions and 0 deletions

View File

@ -443,6 +443,7 @@ def _cleanup_videos():
for filename, size in to_delete:
total_saved += size
print(filename, humanize.naturalsize(size, binary=True), flush=True)
# finish backing up first before uncommenting
# os.remove(filename)
# gevent.spawn(rclone_delete, f'no:{filename}')