From 955d7101269703907add183b7a351619f863f0e1 Mon Sep 17 00:00:00 2001 From: LmeSzinc <37934724+LmeSzinc@users.noreply.github.com> Date: Sat, 30 Apr 2022 00:31:04 +0800 Subject: [PATCH] Fix: Typo in meowfficer buy record --- module/meowfficer/buy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/meowfficer/buy.py b/module/meowfficer/buy.py index 347fb7a69..c4922ab65 100644 --- a/module/meowfficer/buy.py +++ b/module/meowfficer/buy.py @@ -91,7 +91,7 @@ class MeowfficerBuy(MeowfficerBase): continue if self.appear(GET_ITEMS_1, offset=5, interval=3): if drop.save is True: - drop.handle_add(self.device.image, before=2) + drop.handle_add(self, before=2) self.device.click(MEOWFFICER_BUY_SKIP) self.interval_clear(MEOWFFICER_BUY) executed = True