first release. readme will follow up

This commit is contained in:
2015-12-01 12:42:50 +01:00
commit c87da373cd
12 changed files with 1141 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
__author__ = 'xgiovio'
import swift_delete_orphan_segments
#swift
swift_container = "####" # container
delete = False
fail_tries = 100
swift_delete_orphan_segments.launch(swift_container,delete,fail_tries)