Skip to content

Commit

Permalink
Remove dev_only decorator from scrape-v2 command
Browse files Browse the repository at this point in the history
  • Loading branch information
RyEggGit committed Jan 11, 2024
1 parent 59ded69 commit da9cfca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit da9cfca

Please sign in to comment.