aboutsummaryrefslogtreecommitdiff
path: root/gk2kml.py
diff options
context:
space:
mode:
Diffstat (limited to 'gk2kml.py')
-rwxr-xr-xgk2kml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gk2kml.py b/gk2kml.py
index 3a02771..aad7408 100755
--- a/gk2kml.py
+++ b/gk2kml.py
@@ -93,7 +93,7 @@ def main():
if args.write:
print('Writing to kml file: ' + args.write + '.kml')
- template = open('template.kml', 'r', encoding='utf-8')
+ template = open('template/template.kml', 'r', encoding='utf-8')
outf = open(args.write + '.kml', 'w', encoding='utf-8',\
errors='ignore')
line = template.readline()
in each repos: see "about"-tab (if existing) for more details / README.
mailto contact at omeckman dot net
all timestamps in UTC (German winter time: UTC+01:00, summer time: UTC+02:00)
dark theme is a modded version of: https://gist.github.com/Yoplitein/f4b671a2ec70c9e743fa