space
All checks were successful
Build and push docker image / Build (pull_request) Successful in 2m10s
Build web / Build Web (pull_request) Successful in 2m16s
Build and release APK / Build APK (pull_request) Successful in 8m48s

This commit is contained in:
Helldragon67 2024-06-26 10:52:51 +02:00 committed by Remy Moll
parent a86d342d7b
commit 9784bf45ca

View File

@ -40,6 +40,7 @@ def main1(start_lat: float, start_lon: float, preferences: Preferences = Body(..
landmarks_short.insert(0, start) landmarks_short.insert(0, start)
landmarks_short.append(finish) landmarks_short.append(finish)
# TODO use these parameters in another way # TODO use these parameters in another way
max_walking_time = 4 # hours max_walking_time = 4 # hours
detour = 30 # minutes detour = 30 # minutes