diff --git a/list.json b/list.json index 35a1768..a3368c1 100644 --- a/list.json +++ b/list.json @@ -72,7 +72,7 @@ }, { "name": "pmcaptcha", - "version": "2.03", + "version": "2.04", "section": "chat", "maintainer": "cloudreflection,01101sam", "size": "54.6 kb", diff --git a/pmcaptcha/main.py b/pmcaptcha/main.py index cc2ac5c..31347d5 100644 --- a/pmcaptcha/main.py +++ b/pmcaptcha/main.py @@ -1326,6 +1326,7 @@ class ImageChallenge(CaptchaChallenge): self.save_state({"try_count": self.try_count}) await bot.block_user(self.user.id) return + break except TimeoutError: break # Fallback except FloodWait as e: