Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
cake-bot
Overview
Overview
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
Oleksandr Barabash
cake-bot
Commits
a57f31a7
Commit
a57f31a7
authored
Dec 05, 2022
by
Oleksandr Barabash
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
query_token log output added
parent
0a682ec1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
app.py
app.py
+3
-0
No files found.
app.py
View file @
a57f31a7
...
...
@@ -82,6 +82,9 @@ async def v1_get_initiations(request: Request) -> Response:
""" Get Initiations by Notification ID """
# noinspection PyBroadException
try
:
query_token
=
request
.
query
.
get
(
"token"
)
Log
.
d
(
TAG
,
"v1_get_initiations::query_token: {}"
.
format
(
query_token
))
token
=
b64decode_str_safe
(
request
.
query
.
get
(
"token"
))
notification_id
=
request
.
match_info
[
'notification_id'
]
init_items
,
next_token
=
await
COSMOS_CLIENT
.
get_initiation_items
(
...
...
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