Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
224dbeea51 |
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ sys.stdout = open(sys.stdout.fileno(), mode='w', encoding='utf8', buffering=1)
|
|||
|
||||
|
||||
def get_words_of_cthulhu():
|
||||
return cthulhusay.cthulhu_say(words=random.randint(1, 25))
|
||||
return cthulhusay.cthulhu_say(words=random.randint(1, 12))
|
||||
|
||||
|
||||
def serve(token):
|
||||
|
|
Loading…
Reference in a new issue