Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
Night-stars-1 committed Jul 21, 2023
1 parent 700afc5 commit 7f18868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/calculated.py
Original file line number Diff line number Diff line change
Expand Up @@ -583,8 +583,8 @@ def move(self, com: str = ["w","a","s","d","f"], sleep_time=1, map_name=""):
:param time 操作时间,单位秒
'''
if type(sleep_time) == list:
sleep_time = sleep_time[0]
set_loc = sleep_time[1]
sleep_time = sleep_time[0]
self.move_com(com, sleep_time)
loc = self.get_loc(map_name=map_name)
log.debug(loc)
Expand Down

0 comments on commit 7f18868

Please sign in to comment.