Compare commits

...

1 commit
main ... master

Author SHA1 Message Date
224dbeea51 less verbose Cthulhu 2018-12-15 13:21:05 +01:00

View file

@ -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):