Spaces:
Sleeping
Sleeping
Update tools/flight_status.py
Browse filesMarking the tool as not initialized
- tools/flight_status.py +1 -1
tools/flight_status.py
CHANGED
@@ -68,4 +68,4 @@ class FlightStatus(Tool):
|
|
68 |
return {'error': f"An error occurred: {str(e)}"}
|
69 |
|
70 |
def __init__(self, *args, **kwargs):
|
71 |
-
self.is_initialized =
|
|
|
68 |
return {'error': f"An error occurred: {str(e)}"}
|
69 |
|
70 |
def __init__(self, *args, **kwargs):
|
71 |
+
self.is_initialized = False # Marking the tool as not initialized
|