Commit 56434f41 authored by ZZH's avatar ZZH

fix opendata test 2023-12-15

parent ce708025
......@@ -183,10 +183,10 @@ async def main():
storeys = await storey_by_cid(cid)
storey_ids = [item["storey_id"] for item in storeys]
while True:
rlt = await new_list_alarm_service(cid, storey_ids, 0, 100,
None, None, [1, 2], None, 4)
rlt = await new_list_alarm_service(cid, storey_ids, 0, 5, None, None,
[1, 2], None, 4)
print(rlt.total, rlt.rows)
logging.info(rlt.total, rlt.rows)
logging.info(rlt.total, len(rlt.rows), rlt.rows)
await asyncio.sleep(300)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment