Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
MengNianxiaoyao committed Jan 1, 2024
1 parent f8cb5dc commit c8b966f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions module/gg_handler/gg_screenshot.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ def enter_gg(self):
for i in range(len(self.choose)):
if self.appear_then_click(self.choose[int(i)], offset=(50, 50), interval=1):
logger.info('APP Choose')
self.device.sleep(0.5)
self.device.screenshot()
break
if i == range(len(self.choose)):
self.device.sleep(0.5)
Expand Down

0 comments on commit c8b966f

Please sign in to comment.