Skip to content

Commit

Permalink
Update Moriarty.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Aziz Kaplan authored Nov 26, 2020
1 parent 4d5d968 commit 593a572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Moriarty.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def microsoft_mail(phone_number,username,password):
global load_balancer
global owner_of_number
options = webdriver.ChromeOptions()
#options.add_argument('--headless')
options.add_argument('--headless')
options.add_argument('--no-sandbox')
options.add_argument('disable-infobars')
options.add_experimental_option('prefs', {'intl.accept_languages': 'en,en_US'})
Expand Down

0 comments on commit 593a572

Please sign in to comment.