Skip to content

Commit

Permalink
fix: use monkey instead of am start
Browse files Browse the repository at this point in the history
  • Loading branch information
mastrolube committed Sep 30, 2023
1 parent 92e1289 commit 46bb68c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GramAddict/core/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 234,7 @@ def open_instagram(device):

def call_ig():
try:
return device.deviceV2.app_start(app_id)
return device.deviceV2.app_start(app_id, use_monkey=True)
except uiautomator2.exceptions.BaseError as exc:
return exc

Expand Down

0 comments on commit 46bb68c

Please sign in to comment.