The captcha thingy doesn't work all that well...
This commit is contained in:
parent
50671c5403
commit
a548fc44c1
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ try:
|
||||||
random.seed(seed)
|
random.seed(seed)
|
||||||
print("3")
|
print("3")
|
||||||
checkstr=list("".join(random.choice(string.digits+string.ascii_lowercase) for _ in range(5)))
|
checkstr=list("".join(random.choice(string.digits+string.ascii_lowercase) for _ in range(5)))
|
||||||
|
print(checkstr)
|
||||||
print("4")
|
print("4")
|
||||||
if not checkstr == form["checkstr"].value:
|
if not checkstr == form["checkstr"].value:
|
||||||
print("Captcha's wrong")
|
print("Captcha's wrong")
|
||||||
|
|
Loading…
Reference in a new issue