Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
C
crawler
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
Project - Tarifs Crawler & API
crawler
Commits
4d67c602
Commit
4d67c602
authored
Jun 19, 2025
by
Marco Schmiedel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
236ab152
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
BaseRouter.py
routes/BaseRouter.py
+0
-2
No files found.
routes/BaseRouter.py
View file @
4d67c602
...
...
@@ -39,7 +39,6 @@ def _build_base_response(session: Session, base_id: int) -> Dict[str, Any] | Non
deals
:
List
[
Dict
[
str
,
Any
]]
=
[
{
"id"
:
d
.
id_deal
,
"provisiongroup"
:
d
.
provisiongroup_deal
,
"providercode"
:
d
.
providercode_deal
,
"name"
:
d
.
name_deal
,
"alias"
:
d
.
alias_deal
,
...
...
@@ -73,7 +72,6 @@ def _build_base_response(session: Session, base_id: int) -> Dict[str, Any] | Non
# The node dictionary contains all option attributes plus a list for potential child options.
node
:
Dict
[
str
,
Any
]
=
{
"id"
:
o
.
id_opti
,
"provisiongroup"
:
o
.
provisiongroup_opti
,
"providercode"
:
o
.
providercode_opti
,
"name"
:
o
.
name_opti
,
"alias"
:
o
.
alias_opti
,
...
...
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