mirror of
https://github.com/TeamPGM/PagerMaid_Plugins_Pyro.git
synced 2024-11-22 22:06:06 +00:00
🐛 PMCaptcha - Fix https://stackoverflow.com/a/67528001
This commit is contained in:
parent
00c1ebe7b7
commit
6d0a31e0c6
@ -72,7 +72,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "pmcaptcha",
|
"name": "pmcaptcha",
|
||||||
"version": "2.101",
|
"version": "2.102",
|
||||||
"section": "chat",
|
"section": "chat",
|
||||||
"maintainer": "cloudreflection,01101sam",
|
"maintainer": "cloudreflection,01101sam",
|
||||||
"size": "54.6 kb",
|
"size": "54.6 kb",
|
||||||
|
@ -2382,7 +2382,6 @@ if __name__ == "plugins.pmcaptcha":
|
|||||||
# Force restarts for old PMCaptcha
|
# Force restarts for old PMCaptcha
|
||||||
globals().get("SubCommand") and exit(0)
|
globals().get("SubCommand") and exit(0)
|
||||||
# Flood Username confirm
|
# Flood Username confirm
|
||||||
user_want_set_flood_username: Optional[bool] = None
|
|
||||||
console = logs.getChild(cmd_name)
|
console = logs.getChild(cmd_name)
|
||||||
captcha_challenges = {
|
captcha_challenges = {
|
||||||
"math": MathChallenge,
|
"math": MathChallenge,
|
||||||
|
Loading…
Reference in New Issue
Block a user