commit
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -12,7 +12,7 @@ def homePre(): | ... | @@ -12,7 +12,7 @@ def homePre(): |
| 12 | sleep(3) | 12 | sleep(3) |
| 13 | 13 | ||
| 14 | def enter(): | 14 | def enter(): |
| 15 | homePre() | 15 | # homePre() |
| 16 | touch(Template(r"tpl1623744754522.png", record_pos=(0.387, 0.86), resolution=(1080, 2340))) | 16 | touch(Template(r"tpl1623744754522.png", record_pos=(0.387, 0.86), resolution=(1080, 2340))) |
| 17 | sleep(3) | 17 | sleep(3) |
| 18 | 18 | ... | ... |
-
Please register or sign in to post a comment