Skip to content

Commit

Permalink
fix(example): correct indentation in example.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bytexenon committed Nov 20, 2024
1 parent 79eccab commit 3dec142
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/example.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

# Code #
if __name__ == "__main__":
driver = Firefox()
driver.get("https://www.google.com")
driver = Firefox()
driver.get("https://www.google.com")

0 comments on commit 3dec142

Please sign in to comment.