From da9cfca09873f66872cdae873cafaab5e5bae3db Mon Sep 17 00:00:00 2001 From: Ryan Eggens <81097013+RyEggGit@users.noreply.github.com> Date: Wed, 10 Jan 2024 20:06:08 -0500 Subject: [PATCH] Remove dev_only decorator from scrape-v2 command --- backend/api.py | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/api.py b/backend/api.py index 018140852..cd0b50e44 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.