Skip to content

Commit

Permalink
syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
datawhores committed Jul 5, 2024
1 parent ea92cdb commit 866f5c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ofscraper/download/main_downloadbatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
from ofscraper.download.utils.progress.chunk import (
get_ideal_chunk_size,
)
from ofscraper.download.utils.resume import get_resume_header, get_resume_size,
from ofscraper.download.utils.resume import get_resume_header, get_resume_size
from ofscraper.download.utils.retries import get_download_retries
from ofscraper.download.utils.send.chunk import send_chunk_msg
from ofscraper.download.utils.send.message import send_msg
Expand Down

0 comments on commit 866f5c4

Please sign in to comment.