fix: ne pas cacher les résultats vides, retirer clé API hardcodée
This commit is contained in:
@@ -3,7 +3,7 @@ from typing import List
|
||||
|
||||
import httpx
|
||||
|
||||
PLANTNET_KEY = os.environ.get("PLANTNET_API_KEY", "2b1088cHCJ4c7Cn2Vqq67xfve")
|
||||
PLANTNET_KEY = os.environ.get("PLANTNET_API_KEY", "")
|
||||
PLANTNET_URL = "https://my-api.plantnet.org/v2/identify/all"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user