mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-17 02:44:06 +01:00
lint
This commit is contained in:
parent
068aa1d228
commit
5541645e80
1 changed files with 2 additions and 1 deletions
|
@ -80,7 +80,8 @@ class RoomListHandler(BaseHandler):
|
||||||
# solution at some point
|
# solution at some point
|
||||||
timeout = datetime.now() + timedelta(seconds=60)
|
timeout = datetime.now() + timedelta(seconds=60)
|
||||||
return self._get_public_room_list(
|
return self._get_public_room_list(
|
||||||
limit, since_token, search_filter, network_tuple=network_tuple, timeout=timeout,
|
limit, since_token, search_filter,
|
||||||
|
network_tuple=network_tuple, timeout=timeout,
|
||||||
)
|
)
|
||||||
|
|
||||||
key = (limit, since_token, network_tuple)
|
key = (limit, since_token, network_tuple)
|
||||||
|
|
Loading…
Reference in a new issue