Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
feat(client): imp wall_repair()
Browse files Browse the repository at this point in the history
Signed-off-by: hldh214 <[email protected]>
  • Loading branch information
hldh214 committed Aug 10, 2023
1 parent 61d8d27 commit 5ed6f48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lokbot/farmer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1237,7 +1237,6 @@ def wall_repair(self):
durability = wall_info.get('wall', {}).get('durability')
last_repair_date = wall_info.get('wall', {}).get('lastRepairDate')

# todo: seems `lastRepairDate` disappeared, need to check
if not last_repair_date:
return

Expand Down

0 comments on commit 5ed6f48

Please sign in to comment.