From d37b0a67a42dad048f72648f4b075e605294cba3 Mon Sep 17 00:00:00 2001 From: randogoth Date: Wed, 3 May 2023 00:27:38 +0300 Subject: [PATCH] nmns.place --- web/plugins/geodata/geodata.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/plugins/geodata/geodata.py b/web/plugins/geodata/geodata.py index 1200486..9996c3d 100644 --- a/web/plugins/geodata/geodata.py +++ b/web/plugins/geodata/geodata.py @@ -3,9 +3,9 @@ from xml.dom import minidom collection = {} gpx_root = ''' -''' +''' kml_root = ''' -''' +''' def make_files(void): makeGPX()