Commit 11b7900a authored by ZZH's avatar ZZH

opendata test log add time 2023-12-15

parent 56434f41
import random
import pendulum
from pot_libs.sanic_api import summary
from unify_api.modules.shidianu.components.open_data_cps import (
BasicInfoReq, BasicInfoResp, StbDataReq, StbDataResp, SupplementReq,
......@@ -186,7 +189,7 @@ async def main():
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, len(rlt.rows), rlt.rows)
logging.info(pendulum.now(), 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