Keep GitBot

This commit is contained in:
Kayou 2021-10-20 12:11:21 +02:00 committed by GitHub
parent ab63cf7cc9
commit 698f13ef32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,7 @@ def XMPPBot(password, room="dev"):
client.send(presence)
client.send(xmpp.Presence(attrs={'id': uuid.uuid4()}, to='%s@conference.yunohost.org/Saperlipopette' % room))
client.send(xmpp.Presence(attrs={'id': uuid.uuid4()}, to='%s@conference.yunohost.org/GitBot' % room))
def sendToChatRoom(message):
if not client.connected: