Skip to content

Commit

Permalink
Rollback local_create_thumbnail to 4966194
Browse files Browse the repository at this point in the history
  • Loading branch information
pk5ls20 committed Dec 31, 2023
1 parent efcd253 commit 1fb7f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/local_create_thumbnail.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ async def main():
if not static_thumb_path.exists():
static_thumb_path.mkdir()
count = 0
for [item] in gather_valid_files(static_path, '*.*'):
for item in gather_valid_files(static_path, '*.*'):
count += 1
logger.info("[{}] Processing {}", str(count), str(item.relative_to(static_path)))
size = item.stat().st_size
Expand Down

0 comments on commit 1fb7f24

Please sign in to comment.