++hints for matrix client
This commit is contained in:
parent
47337c8791
commit
19ecb2a705
1 changed files with 1 additions and 0 deletions
|
|
@ -71,6 +71,7 @@ class UngleichMatrixClient:
|
|||
}
|
||||
|
||||
if not self.room_keys:
|
||||
print("Getting room keys ... this can take a while ...")
|
||||
r = requests.get(self.matrix_url['room_keys'],
|
||||
params=params)
|
||||
self.room_keys = r.json()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue