Skip to content

Commit

Permalink
move consumer to utils
Browse files Browse the repository at this point in the history
  • Loading branch information
datawhores committed Aug 6, 2024
1 parent e4db416 commit 045189a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ofscraper/actions/actions/metadata/batch/metadatabatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
from ofscraper.utils.system.speed import add_pids_to_download_obj
from ofscraper.actions.utils.buffer import download_log_clear_helper
from ofscraper.actions.utils.mediasplit import get_mediasplits
from ofscraper.actions.actions.metadata.batch.worker.consumer import consumer
from ofscraper.actions.actions.metadata.batch.utils.consumer import consumer
from ofscraper.actions.utils.threads import handle_threads,start_threads # type: ignore
from ofscraper.actions.actions.metadata.batch.utils.queue import queue_process

Expand Down

0 comments on commit 045189a

Please sign in to comment.