Skip to content
Snippets Groups Projects
Verified Commit 9fae5453 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Fix typo.

parent 7bbb6d95
No related branches found
No related tags found
No related merge requests found
......@@ -58,8 +58,8 @@ class GpxImporter(object):
listing.size = xml_get_text(cache_node, 'groundspeak:container')
listing.difficulty = float(xml_get_text(cache_node, 'groundspeak:difficulty'))
listing.terrain = float(xml_get_text(cache_node, 'groundspeak:terrain'))
listing.summary = xml_get_text(cache_node, 'groundspeak:short_descrpition')
listing.description = xml_get_text(cache_node, 'groundspeak:long_descrpition')
listing.summary = xml_get_text(cache_node, 'groundspeak:short_description')
listing.description = xml_get_text(cache_node, 'groundspeak:long_description')
listing.hints = xml_get_text(cache_node, 'groundspeak:encoded_hints')
# Find or create owner
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment