Browse Source

less verbose Cthulhu

Davide Alberani 5 years ago
parent
commit
224dbeea51
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mastodon-cthulhusay.py

+ 1 - 1
mastodon-cthulhusay.py

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