Skip to content

Commit 37d5510

Browse files
update example
1 parent 33ef876 commit 37d5510

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/example.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ async def main():
4545
console.print(
4646
"\n",
4747
Panel.fit(
48-
"[light_gray]New Stagehand 🤘 Python Async Test[/]",
48+
"[light_gray]New Stagehand 🤘 Python Test[/]",
4949
border_style="green",
5050
padding=(1, 10),
5151
),
@@ -230,7 +230,7 @@ async def main():
230230
console.print(f"[warning]Could not fill search bar: {e}[/]")
231231

232232
# Final test summary
233-
console.print("\n[success]All async tests completed successfully![/]")
233+
console.print("\n[success]All tests completed successfully![/]")
234234

235235
except Exception as e:
236236
console.print(f"[error]Error during testing: {str(e)}[/]")

0 commit comments

Comments
 (0)