From 5ed6f48ce4b7b06b3d8c559ac60e8d34ff4ad249 Mon Sep 17 00:00:00 2001 From: hldh214 Date: Thu, 10 Aug 2023 09:12:47 +0900 Subject: [PATCH] feat(client): imp `wall_repair()` Signed-off-by: hldh214 --- lokbot/farmer.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lokbot/farmer.py b/lokbot/farmer.py index 8c2c5c83..22c793ed 100644 --- a/lokbot/farmer.py +++ b/lokbot/farmer.py @@ -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