Skip to content

Commit

Permalink
fix: kml import
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-29 committed Mar 24, 2024
1 parent 1f22218 commit 37508c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_page/kml2polyline.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def get_points_from_kml(k: kml):


def load_kml_file(k: kml):
file = "scripts/import.kml"
file = "run_page/import.kml"
try:
with open(file, "rb") as f:
kml_string = f.read()
Expand Down

0 comments on commit 37508c4

Please sign in to comment.