Skip to content

Commit

Permalink
触发Action
Browse files Browse the repository at this point in the history
  • Loading branch information
PencilMario committed Feb 24, 2024
1 parent 6d83b40 commit e5f88d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion legod.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def get_account_info(self) -> tuple:
return True,msg['data']
break
else:
return False,msg['msg']
return False,msg['msg']
break

def check_stop_status(self) -> bool:
Expand Down

0 comments on commit e5f88d2

Please sign in to comment.