diff --git a/comments.py b/comments.py index c3422bc..4d76c31 100755 --- a/comments.py +++ b/comments.py @@ -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")