Skip to content

Commit b4fed6c

Browse files
authored
Add files via upload
1 parent deb4b13 commit b4fed6c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cloud.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
from common import Common
77
import pathlib
88
import threading
9-
import more_itertools
109

1110
class Upload:
1211

@@ -48,4 +47,4 @@ def s3_upload(bucket,dir,topic_name,retry_upload_seconds,thread_count):
4847
count += 1
4948
else:
5049
logging.info(f"s3 upload retry for new files in {retry_upload_seconds} seconds")
51-
time.sleep(retry_upload_seconds)
50+
time.sleep(retry_upload_seconds)

0 commit comments

Comments
 (0)