Skip to content

Commit

Permalink
fix: use prod JSONL dump in staging
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael0202 committed Aug 15, 2023
1 parent 40c4f2e commit 07ab8fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robotoff/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def event_api() -> str:
# Products JSONL

JSONL_DATASET_URL = (
BaseURLProvider.static(ServerType.off) + "/data/openfoodfacts-products.jsonl.gz"
"https://static.openfoodfacts.org/data/openfoodfacts-products.jsonl.gz"
)

TAXONOMY_URLS = {
Expand Down

0 comments on commit 07ab8fd

Please sign in to comment.