Skip to content

Commit

Permalink
Update account.py
Browse files Browse the repository at this point in the history
  • Loading branch information
N0rz3 authored Dec 30, 2023
1 parent 6fa97a1 commit 7b8c72f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/account.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

class Amazon:
def setup_driver():
browser = input(f"[{YELLOW}?{WHITE}] What is your browser? Chrome or Firefox? (c/f): ")
browser = input(f"[{YELLOW}?{WHITE}] What's your browser? Chrome or Firefox? (c/f): ")

if browser.lower() == 'c':
options = Options()
Expand Down

0 comments on commit 7b8c72f

Please sign in to comment.