Spaces:
Running
Running
Update tools/scroll_page.py
Browse files- tools/scroll_page.py +1 -1
tools/scroll_page.py
CHANGED
@@ -34,4 +34,4 @@ class ScrollPageTool(Tool):
|
|
34 |
else:
|
35 |
return f"Invalid direction: {direction}"
|
36 |
except Exception as e:
|
37 |
-
return f"Failed to scroll: {str(e)}"
|
|
|
34 |
else:
|
35 |
return f"Invalid direction: {direction}"
|
36 |
except Exception as e:
|
37 |
+
return f"Failed to scroll: {str(e)}"
|