You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$python ./captcha_gen_default.py
>> generate 1000 captchas in ./data/test_data
Traceback (most recent call last):
File "./captcha_gen_default.py", line 55, in <module>
gen(FLAGS.test_dir, TEST_SIZE, CHARS_NUM)
File "./captcha_gen_default.py", line 28, in gen
for i in xrange(total_size):
NameError: name 'xrange' is not defined
what I can to do?
The text was updated successfully, but these errors were encountered:
I get this
what I can to do?
The text was updated successfully, but these errors were encountered: