mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-02 23:20:48 -05:00
add white space line
This commit is contained in:
parent
86c4f49a31
commit
73560237d6
@ -205,6 +205,7 @@ class RoomListHandler(BaseHandler):
|
|||||||
else:
|
else:
|
||||||
# step cannot be zero
|
# step cannot be zero
|
||||||
step = len(rooms_to_scan) if len(rooms_to_scan) != 0 else 1
|
step = len(rooms_to_scan) if len(rooms_to_scan) != 0 else 1
|
||||||
|
|
||||||
chunk = []
|
chunk = []
|
||||||
for i in xrange(0, len(rooms_to_scan), step):
|
for i in xrange(0, len(rooms_to_scan), step):
|
||||||
batch = rooms_to_scan[i:i + step]
|
batch = rooms_to_scan[i:i + step]
|
||||||
|
Loading…
Reference in New Issue
Block a user