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)
|
||||
print("3")
|
||||
checkstr=list("".join(random.choice(string.digits+string.ascii_lowercase) for _ in range(5)))
|
||||
print(checkstr)
|
||||
print("4")
|
||||
if not checkstr == form["checkstr"].value:
|
||||
print("Captcha's wrong")
|
||||
|
|
Loading…
Reference in a new issue