From aa87823264a0f71c822d3fdd4af3cd5cf9f593af Mon Sep 17 00:00:00 2001 From: jhon Date: Wed, 28 Jun 2023 21:40:28 -0500 Subject: [PATCH] server --- osrmareas/osrm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osrmareas/osrm.py b/osrmareas/osrm.py index 1054f39..e04d355 100644 --- a/osrmareas/osrm.py +++ b/osrmareas/osrm.py @@ -44,7 +44,7 @@ def prepare_server(self): {gen_osrm} {gen_route} ''' - comand1 = comand.copy() + comand1 = comand run_first = 'no' run_second = 'no'