++hints for matrix client

This commit is contained in:
Nico Schottelius 2025-01-30 21:30:46 +01:00
commit 19ecb2a705

View file

@ -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()