remotes/1693045480750635534/spooky-22
Aevann1 2022-03-26 13:38:31 +02:00
parent e1db64f34a
commit 4a5fd4b99c
1 changed files with 1 additions and 1 deletions

View File

@ -328,7 +328,7 @@ def sanitize(sanitized, noimages=False, alert=False, comment=False, edit=False):
if '#fortune' in sanitized:
sanitized = sanitized.replace('#fortune', '')
sanitized += '\n\n<p>' + random.choice(FORTUNE_REPLIES) + '</p>'
sanitized += '\n\n<p>' + choice(FORTUNE_REPLIES) + '</p>'
signal.alarm(0)