Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
arkisoul committed Apr 29, 2021
1 parent 87682be commit 997affc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def send_message(self, message):
actions = ActionChains(self.driver)
actions.send_keys(message)
actions.send_keys(Keys.ENTER)
# actions.perform()
actions.perform()
time.sleep(2)

def close_driver(self):
Expand Down

0 comments on commit 997affc

Please sign in to comment.