forked from MarseyWorld/MarseyWorld
add comment
parent
d608f2e37d
commit
401525e64f
|
@ -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}')
|
||||
|
||||
|
|
Loading…
Reference in New Issue