Spaces: Running
Running
Update tool.py
Browse files
tool.py
CHANGED
@@ -26,7 +26,7 @@ class SimpleTool(Tool):
|
|
26 |
start_location,
|
27 |
destination_location,
|
28 |
mode=transportation_mode,
|
29 |
-
departure_time=datetime(2025, 12, 6, 11, 0), #
|
30 |
)
|
31 |
return directions_result[0]["legs"][0]["duration"]["text"]
|
32 |
except Exception as e:
|
|
|
26 |
start_location,
|
27 |
destination_location,
|
28 |
mode=transportation_mode,
|
29 |
+
departure_time=datetime(2025, 12, 6, 11, 0), # At 11, date far in the future
|
30 |
)
|
31 |
return directions_result[0]["legs"][0]["duration"]["text"]
|
32 |
except Exception as e:
|