Commit 3d40025c by sikang

bug fix

parent a4595c98
......@@ -19,7 +19,7 @@ for i in range(0, length):
#end
uuid_str = str(uuid.uuid1()).replace("-","")
random_str = ''.join(random.sample(uuid_str, random.randint(4, 8)))
random_str = ''.join(random.sample("abcdefghijklmnopqrstuvwxyz", random.randint(4, 8)))
pkg_name += "." + random_str
os.system('./rename_pkg.sh ' + pkg_name)
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