diff --git a/list.json b/list.json index 71e6c28..caa24ca 100644 --- a/list.json +++ b/list.json @@ -72,7 +72,7 @@ }, { "name": "pmcaptcha", - "version": "2.101", + "version": "2.102", "section": "chat", "maintainer": "cloudreflection,01101sam", "size": "54.6 kb", diff --git a/pmcaptcha/main.py b/pmcaptcha/main.py index 45bf6af..ab016ef 100644 --- a/pmcaptcha/main.py +++ b/pmcaptcha/main.py @@ -2382,7 +2382,6 @@ if __name__ == "plugins.pmcaptcha": # Force restarts for old PMCaptcha globals().get("SubCommand") and exit(0) # Flood Username confirm - user_want_set_flood_username: Optional[bool] = None console = logs.getChild(cmd_name) captcha_challenges = { "math": MathChallenge,