aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgk2kml.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/gk2kml.py b/gk2kml.py
index 37d3521..3a02771 100755
--- a/gk2kml.py
+++ b/gk2kml.py
@@ -94,7 +94,8 @@ def main():
if args.write:
print('Writing to kml file: ' + args.write + '.kml')
template = open('template.kml', 'r', encoding='utf-8')
- outf = open(args.write + '.kml', 'w', encoding='utf-8', errors='ignore')
+ outf = open(args.write + '.kml', 'w', encoding='utf-8',\
+ errors='ignore')
line = template.readline()
while line:
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