Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Gabriel Weisse
/
presupuestov1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
pr0nstar
2026-04-14 12:33:47 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
03803f46c74759ade439ffdeaff1da9aeea676ca
03803f46
1 parent
fe5d16cf
IX.I
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
routers/classifier.py
routers/classifier.py
View file @
03803f4
...
...
@@ -229,7 +229,7 @@ def fetch_acteco_ubigeo_single(
ClasObjetos
=
models
.
acteco
.
ActecoUbigeo
return
db
.
query
(
ClasObjetos
)
.
filter
(
ClasObjetos
.
actec
p
==
acteco_id
,
ClasObjetos
.
actec
o
==
acteco_id
,
ClasObjetos
.
ubigeo
==
ubigeo_id
)
.
all
()
...
...
Please
register
or
login
to post a comment