diff --git a/ofscraper/actions/process.py b/ofscraper/actions/process.py index 75baac370..0652bb022 100644 --- a/ofscraper/actions/process.py +++ b/ofscraper/actions/process.py @@ -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 )