Commit e18906c9 authored by lixiaofang's avatar lixiaofang

add

parent e4a4bd18
This diff is collapsed.
...@@ -220,9 +220,7 @@ def get_comment(): ...@@ -220,9 +220,7 @@ def get_comment():
list_guanshui.append(i) list_guanshui.append(i)
num = random.randint(0, len(list_guanshui)) num = random.randint(0, len(list_guanshui))
comment = list_guanshui[num - 1] comment = list_guanshui[num - 1]
return comment return comment
except: except:
......
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