Skip to content

Commit

Permalink
fix: fix Flavor.opf domain
Browse files Browse the repository at this point in the history
  • Loading branch information
raphodn committed Apr 1, 2024
1 parent f748da1 commit acdd9f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openfoodfacts/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def get_base_domain(self) -> str:
elif self == self.opff:
return "openpetfoodfacts"
elif self == self.opf:
return "openproductfacts"
return "openproductsfacts"
else:
# Open Food Facts Pro
return "pro.openfoodfacts"
Expand Down

0 comments on commit acdd9f7

Please sign in to comment.