Commit e98d03d5 by sikang

update

parent bc68adfa
......@@ -86,8 +86,8 @@ class ClassBuilder:
log_code = ""
for i in range(0, random.randint(0, 5)):
log_code += "Log.%s(\"%s\",\"%s\");\n" % (
self.__class_name,
''.join(random.sample("idew", random.randint(1, 1))),
self.__class_name,
''.join(random.sample("ABCDEFGHIJKLMNOPQRSTUVWXYZ", random.randint(5, 15)))
)
......
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