Skip to content

Commit

Permalink
remove test line
Browse files Browse the repository at this point in the history
  • Loading branch information
datawhores committed Mar 21, 2024
1 parent e788d78 commit 55032e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ofscraper/actions/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ def normal_post_process():
model_id = ele.id
operations.table_init_create(model_id, ele.name)
combined_urls, posts = asyncio.run(OF.process_areas(ele, model_id))
return
download.download_process(
ele.name, model_id, combined_urls, posts=posts
)
Expand Down

0 comments on commit 55032e0

Please sign in to comment.