Skip to content

Commit

Permalink
Merge pull request #15 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 771f544 + 5771246 commit e7aa2e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osrmareas/osrm.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def prepare_server(self):
file = fl.name

out_f = open(file, 'w')
out_f.writelines(comand)
out_f.writelines('algo')
out_f.close()

if os.path.exists(osrm_file):
Expand Down

0 comments on commit e7aa2e7

Please sign in to comment.