generated from Nemesis/Exemple
affichage tuples
This commit is contained in:
parent
cd09214301
commit
52ca08c287
1 changed files with 1 additions and 1 deletions
|
@ -820,7 +820,7 @@ def last(room,event):
|
||||||
except:
|
except:
|
||||||
room.send_text("Personne non reconnue : Personnes enregistrees :\n")
|
room.send_text("Personne non reconnue : Personnes enregistrees :\n")
|
||||||
for cle,valeur in stats.items():
|
for cle,valeur in stats.items():
|
||||||
room.send_text(cle + "\n")
|
room.send_text(cle[1] + "\n")
|
||||||
|
|
||||||
|
|
||||||
def invitations(room_id, state):
|
def invitations(room_id, state):
|
||||||
|
|
Loading…
Reference in a new issue