Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
PencilMario committed Feb 25, 2024
1 parent 5dd757b commit 18e261f
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 @@ -169,7 +169,7 @@ def check_stop_status(self) -> bool:
0:正常,1:暂停
'''

data=self.get_account_info()[1]['pause_status_id']
data=self.get_account_info()[1]
status = data['pause_status_id']
self.lasttime = data['expiry_time_samp']
if(status == 1):
Expand Down

0 comments on commit 18e261f

Please sign in to comment.