Disable avatar to fix new error

git-svn-id: file:///srv/svn/repo/chen/trunk@7 32723744-9b23-0b4a-b1da-9b2e968f9461
This commit is contained in:
czar 2021-05-16 22:23:22 +00:00
parent 23b675d215
commit 5d6881bde4

View File

@ -232,7 +232,7 @@ class AngelBot(ClientXMPP):
await self.get_roster()
for channel in self.autojoin:
self.plugin["xep_0045"].join_muc(channel, self.nick)
await self.avatar()
# await self.avatar()
async def avatar(self):
with open("angel.png", "rb") as avatar_file: