Skip to content

Commit

Permalink
Merge pull request #11 from alexanderquispe/server
Browse files Browse the repository at this point in the history
osrm
  • Loading branch information
TJhon authored Jun 29, 2023
2 parents 2438f7b + 710cfaa commit 6e8bedd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions osrmareas/osrm.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ def prepare_server(self):
with open(file, 'w') as bt:
bt.write(comand1)
subprocess.Popen(['start', 'cmd', '/c', 'call', file], shell = True)
print(file)
print(comand1)

if "n" in run_first:
Expand Down

0 comments on commit 6e8bedd

Please sign in to comment.