Bshraman commited on
Commit
3a765ff
·
verified ·
1 Parent(s): 27046e3

Update tools/flight_status.py

Browse files

Marking the tool as not initialized

Files changed (1) hide show
  1. 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 = True # Marking the tool as 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