Commit 497e9e11 by sikang

update

parent 487c68a9
......@@ -80,7 +80,7 @@ class ImageGarble:
print(root)
for i in range(0, random.randint(30, 50)):
#最多300张
if count > 300:
if count > 200:
return
# img_path = "/Users/connor/Documents/apks/imgs/%s.png"%self.__gen_rand_str()
# self.__create_img(img_path)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment