fix : start_service.sh & compose

This commit is contained in:
martin legrand
2025-04-16 08:43:32 +02:00
parent 2cb7ac34ce
commit 906dc18060
7 changed files with 4 additions and 21 deletions
+1
View File
@@ -16,6 +16,7 @@ class FlightSearch(Tools):
"""
super().__init__()
self.tag = "flight_search"
self.api_key = None
self.api_key = api_key or os.getenv("AVIATIONSTACK_API_KEY")
def execute(self, blocks: str, safety: bool = True) -> str: