Skip to content

Commit

Permalink
Quixk Fixes
Browse files Browse the repository at this point in the history
This is a quick fix to a missing line lost in git stashes that didnt launch the dm page as intended. Further bugs will be solved in their respective branches
  • Loading branch information
Guhan-SenSam committed Jan 13, 2024
1 parent bd2dae8 commit 416dad5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ui/progressscreen/progressscreen.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,10 @@ def _start_messages(self):
if self.check_if_element_exists(SELECTORS["dm_notification_disable"]):
# Click the turn on notifications button
self.find_element(SELECTORS["dm_notification_disable"]).click()
# sleep for some time
sleep(2)
# navigate to the messages page
self.session.driver.get("https://www.instagram.com/direct/inbox/")
self.start_message_loop()

def start_message_loop(self, *args):
Expand Down

0 comments on commit 416dad5

Please sign in to comment.