better logs
Some checks failed
Run testing on the backend code / Build (pull_request) Has been cancelled
Run linting on the backend code / Build (pull_request) Has been cancelled
Build and deploy the backend to staging / Deploy to staging (pull_request) Has been cancelled
Build and deploy the backend to staging / Build and push image (pull_request) Has been cancelled

This commit is contained in:
2025-01-28 16:31:15 +01:00
parent 699737bc40
commit 1f4815c991
4 changed files with 33 additions and 39 deletions

View File

@@ -14,7 +14,7 @@ from .utils.landmarks_manager import LandmarkManager
from .utils.toilets_manager import ToiletsManager
from .optimization.optimizer import Optimizer
from .optimization.refiner import Refiner
from .overpass.caching_strategy import fill_cache
from .overpass.overpass import fill_cache
from .cache import client as cache_client