From 9784bf45ca71703a054d72f7724f0a1947939cde Mon Sep 17 00:00:00 2001 From: Helldragon67 <kilian.scheidecker@orange.fr> Date: Wed, 26 Jun 2024 10:52:51 +0200 Subject: [PATCH] space --- backend/src/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/src/main.py b/backend/src/main.py index 8065161..692c7f9 100644 --- a/backend/src/main.py +++ b/backend/src/main.py @@ -39,6 +39,7 @@ def main1(start_lat: float, start_lon: float, preferences: Preferences = Body(.. # insert start and finish to the landmarks list landmarks_short.insert(0, start) landmarks_short.append(finish) + # TODO use these parameters in another way max_walking_time = 4 # hours