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
ce708025
Commit
ce708025
authored
Dec 15, 2023
by
ZZH
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix opendata test 2023-12-15
parent
5f4887a7
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 @
ce708025
...
...
@@ -176,7 +176,7 @@ async def post_home_page_alarm_stats(req, body: HomeAlarmStatsReq) -> \
async
def
main
():
from
pot_libs.logger
import
slowlo
g
import
loggin
g
cid
=
223
# start = "2023-11-30 08:10:59"
# end = "2023-11-30 09:22:59"
...
...
@@ -185,8 +185,8 @@ async def main():
while
True
:
rlt
=
await
new_list_alarm_service
(
cid
,
storey_ids
,
0
,
100
,
None
,
None
,
[
1
,
2
],
None
,
4
)
slowlog
.
info
(
f
"alarms:{rlt}"
)
print
(
rlt
)
print
(
rlt
.
total
,
rlt
.
rows
)
logging
.
info
(
rlt
.
total
,
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