remotes/1693045480750635534/spooky-22
Aevann1 2022-03-24 03:23:29 +02:00
parent e677dd0514
commit 505dc74d23
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ if "load_chat" in sys.argv or SITE == 'localhost':
}
messages.append(data)
messages = messages[:20]
messages = messages[:500]
emit('speak', data, broadcast=True)
return '', 204