remotes/1693045480750635534/spooky-22
Aevann1 2022-03-24 22:17:30 +02:00
parent f44beadd0c
commit 83cdccb963
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ def speak(data, v):
}
messages.append(data)
messages = messages[-20:]
messages = messages[-50:]
total += 1
emit('speak', data, broadcast=True)
return '', 204