Commit 497e9e11 by sikang

update

parent 487c68a9
...@@ -80,7 +80,7 @@ class ImageGarble: ...@@ -80,7 +80,7 @@ class ImageGarble:
print(root) print(root)
for i in range(0, random.randint(30, 50)): for i in range(0, random.randint(30, 50)):
#最多300张 #最多300张
if count > 300: if count > 200:
return return
# img_path = "/Users/connor/Documents/apks/imgs/%s.png"%self.__gen_rand_str() # img_path = "/Users/connor/Documents/apks/imgs/%s.png"%self.__gen_rand_str()
# self.__create_img(img_path) # 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