Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
U
unify_api2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chaonan
unify_api2
Commits
56434f41
Commit
56434f41
authored
Dec 15, 2023
by
ZZH
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix opendata test 2023-12-15
parent
ce708025
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
open_data.py
unify_api/modules/shidianu/views/open_data.py
+3
-3
No files found.
unify_api/modules/shidianu/views/open_data.py
View file @
56434f41
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment