Skip to content

Commit

Permalink
Merge pull request #111 from alexowson/fix/validation_to_private_empt…
Browse files Browse the repository at this point in the history
…y_account

Update action_handle_blogger.py
  • Loading branch information
alexal1 authored Oct 7, 2020
2 parents 5898cdf + e573231 commit e71c93e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/action_handle_blogger.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,9 @@ def _interact_with_user(device,
if coordinator_layout.exists():
print("Scroll down to see more photos.")
coordinator_layout.scroll(DeviceFacade.Direction.BOTTOM)
else:

recycler_view = device.find(resourceId='android:id/list')
if not recycler_view.exists():
print(COLOR_OKGREEN + "Private / empty account." + COLOR_ENDC)
followed = _follow(device,
username,
Expand Down

0 comments on commit e71c93e

Please sign in to comment.