verif body

This commit is contained in:
nemesis 2018-07-11 21:42:32 +02:00
parent ffcd3c8029
commit 2203d52ca1

View file

@ -776,6 +776,7 @@ def statistiques(room,event):
usrstats1 = 0
usrstats2 = 0
if ('body' in event['content']):
try:
usrstats1 = stats[room.room_id,user]
except: