Skip to content

Commit

Permalink
update webui.py
Browse files Browse the repository at this point in the history
  • Loading branch information
xieyongliang committed Apr 13, 2023
1 parent 823e510 commit 19c8ccb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions webui.py
Expand Up @@ -81,8 +81,6 @@ def s3_download(s3uri, path):
cache = json.load(open('cache', 'r'))

for obj in objs:
if obj.key == key:
continue
response = s3_client.head_object(
Bucket = bucket,
Key = obj.key
Expand Down

0 comments on commit 19c8ccb

Please sign in to comment.