mirror of
https://github.com/maubot/maubot
synced 2025-09-02 00:00:39 +00:00
Update mautrix-python
This commit is contained in:
parent
6f57c88e4a
commit
7679a0e97c
4 changed files with 24 additions and 21 deletions
|
@ -168,6 +168,7 @@ class Client:
|
|||
self.log.warning("Ignoring start() call to started client")
|
||||
return
|
||||
try:
|
||||
await self.client.versions()
|
||||
whoami = await self.client.whoami()
|
||||
except MatrixInvalidToken as e:
|
||||
self.log.error(f"Invalid token: {e}. Disabling client")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue