Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TJhon committed Jun 29, 2023
1 parent e17c951 commit 673ba6a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions osrmareas/osrm.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ def prepare_server(self):
{gen_osrm}
{gen_route}
'''

run_first = 'no'
run_second = 'no'

if os.path.exists(osrm_file):
print('Found osrm file')
Expand Down

0 comments on commit 673ba6a

Please sign in to comment.