pull/552/head
Erik Johnston 2016-02-03 11:52:57 +00:00
parent 772b45c745
commit 9cd80a7b5c
1 changed files with 1 additions and 1 deletions

View File

@ -932,7 +932,7 @@ class RoomListHandler(BaseHandler):
defer.returnValue(result)
result = []
for chunk in (room_ids[i:i+10] for i in xrange(0, len(room_ids), 10)):
for chunk in (room_ids[i:i + 10] for i in xrange(0, len(room_ids), 10)):
chunk_result = yield defer.gatherResults([
handle_room(room_id)
for room_id in chunk