We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f9f6f5 commit 8be629aCopy full SHA for 8be629a
1 file changed
module/shop/shop_reward.py
@@ -34,7 +34,7 @@ def run_once(self):
34
self.device.click_record_clear()
35
self.shop_tab_250814.set(main=self, bottom=1)
36
if self.shop_tab_250814.get_active(main=self) == 2:
37
- while 1:
+ for _ in range(7): # Try event shop up to 7 times, should be enough
38
try:
39
EventShop(self.config, self.device).run()
40
break
0 commit comments