Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
aa.gusti
/
opensipkd-base
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 5e6c59ab
authored
Jul 07, 2026
by
aa.gustiana@gmail.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix: add debug logging for client response in json_adapter method
1 parent
24bcccee
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
opensipkd/base/views/api_base.py
opensipkd/base/views/api_base.py
View file @
5e6c59a
...
@@ -223,6 +223,7 @@ class ApiViews(APIView):
...
@@ -223,6 +223,7 @@ class ApiViews(APIView):
"""
"""
Mengubah data menjadi list dan convert objek menjadi string
Mengubah data menjadi list dan convert objek menjadi string
"""
"""
_log
.
debug
(
"Response to Client:
%
s"
,
data
)
if
not
isinstance
(
data
,
list
):
if
not
isinstance
(
data
,
list
):
data
=
[
data
]
data
=
[
data
]
for
i
,
item
in
enumerate
(
data
):
for
i
,
item
in
enumerate
(
data
):
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment