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 d4ff7521
authored
Mar 19, 2025
by
aa.gustiana@gmail.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
perbaikan init
1 parent
c10073b7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
opensipkd/base/__init__.py
opensipkd/base/__init__.py
View file @
d4ff752
...
@@ -533,7 +533,7 @@ def _add_view_config(config, paket, route):
...
@@ -533,7 +533,7 @@ def _add_view_config(config, paket, route):
_logging
.
error
(
f
"Add View Config :"
)
_logging
.
error
(
f
"Add View Config :"
)
_logging
.
error
(
str
(
e
))
_logging
.
error
(
str
(
e
))
_logging
.
error
(
route
)
_logging
.
error
(
route
)
raise
e
#
raise e
...
@@ -823,7 +823,7 @@ class BaseApp():
...
@@ -823,7 +823,7 @@ class BaseApp():
status
=
row
.
get
(
"status"
,
0
)
status
=
row
.
get
(
"status"
,
0
)
if
not
status
:
if
not
status
:
continue
continue
status
=
int
(
status
)
status
=
int
(
status
)
row
[
"children"
]
=
[]
row
[
"children"
]
=
[]
parent_id
=
row
.
get
(
"parent_id"
)
or
row
.
get
(
"parent_id/routes.kode"
)
parent_id
=
row
.
get
(
"parent_id"
)
or
row
.
get
(
"parent_id/routes.kode"
)
...
...
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