diff --git a/backend/api.py b/backend/api.py index 01814085..cd0b50e4 100644 --- a/backend/api.py +++ b/backend/api.py @@ -124,7 +124,6 @@ def scrape_cpdp(): ) @app.cli.command("scrape-v2") - @dev_only @click.argument("debug", default=False) def scrape_v2(debug: bool = False): """Scrape from public data into the database.