Skip to content

Commit

Permalink
v5.6 更新mylib
Browse files Browse the repository at this point in the history
  • Loading branch information
ZYX committed Sep 15, 2023
1 parent daf90bd commit 8cfc944
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 5 deletions.
Binary file modified utils/mylib/mylib310.pyc
Binary file not shown.
Binary file modified utils/mylib/mylib311.pyc
Binary file not shown.
Binary file modified utils/mylib/mylib37.pyc
Binary file not shown.
Binary file modified utils/mylib/mylib38.pyc
Binary file not shown.
Binary file modified utils/mylib/mylib39.pyc
Binary file not shown.
6 changes: 1 addition & 5 deletions utils/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,12 +371,8 @@ def move_to_end(self, i=0):
dx = self.get_end_point()
if dx is not None:
break
while off > 180:
off -= 360
while off < -180:
off += 360
if dx is None:
self.mouse_move(off)
self.mouse_move(off*1.03)
time.sleep(0.3)
return 0
if i == 0:
Expand Down

0 comments on commit 8cfc944

Please sign in to comment.