提交 b670e642 编写于 作者: F feilong

fix bug

上级 a9bab1c6
......@@ -24,7 +24,7 @@ color_table = [
def random_hex_colors():
index = randint(0, len(color_table))
index = randint(0, len(color_table)-1)
return color_table[index]['value']
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册