From f58aa08e81b4308249912b51ef1d0b13467c3787 Mon Sep 17 00:00:00 2001 From: Sam <100821827+01101sam@users.noreply.github.com> Date: Sun, 3 Jul 2022 10:57:45 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20PMC=20-=20Fix=20bug=20down=20bel?= =?UTF-8?q?ow=20(again)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- list.json | 2 +- pmcaptcha/main.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/list.json b/list.json index caa24ca..a7f1cd2 100644 --- a/list.json +++ b/list.json @@ -72,7 +72,7 @@ }, { "name": "pmcaptcha", - "version": "2.102", + "version": "2.103", "section": "chat", "maintainer": "cloudreflection,01101sam", "size": "54.6 kb", diff --git a/pmcaptcha/main.py b/pmcaptcha/main.py index ab016ef..b34b95a 100644 --- a/pmcaptcha/main.py +++ b/pmcaptcha/main.py @@ -2382,6 +2382,7 @@ if __name__ == "plugins.pmcaptcha": # Force restarts for old PMCaptcha globals().get("SubCommand") and exit(0) # Flood Username confirm + user_want_set_flood_username = None console = logs.getChild(cmd_name) captcha_challenges = { "math": MathChallenge,