Skip to content

Commit

Permalink
Merge pull request #392 from EightyDollars/dev_shawn
Browse files Browse the repository at this point in the history
fix:森空岛无法签到
  • Loading branch information
ZhaoZuohong authored Nov 15, 2023
2 parents 635f875 + 58c7ebd commit b9597f6
Show file tree
Hide file tree
Showing 5 changed files with 218 additions and 211 deletions.
4 changes: 2 additions & 2 deletions arknights_mower/solvers/base_schedule.py
Original file line number Diff line number Diff line change
Expand Up @@ -2259,8 +2259,8 @@ def maa_plan_solver(self, tasks='All', one_time=False):
time.sleep(remaining_time)

def skland_plan_solover(self):
skland = SKLand(self.skland_config['skland_info'])
skland.attendance()
return SKLand(self.skland_config['skland_info']).start()


def recruit_plan_solver(self):
if ('last_execution' not in self.recruit_config
Expand Down
2 changes: 2 additions & 0 deletions arknights_mower/solvers/report.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ def has_record(self):
return False
except PermissionError:
logger.info("report.csv正在被占用")
except pd.errors.EmptyDataError:
return False


def get_report_data():
Expand Down
Loading

0 comments on commit b9597f6

Please sign in to comment.