Skip to content

Commit

Permalink
Ejercicio de ampliación con enunciado de enumeracion 6 añadido al fic…
Browse files Browse the repository at this point in the history
…hero proyectojson.py
  • Loading branch information
aitor28ld committed Mar 7, 2016
1 parent ae610bf commit 9d867f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion proyectojson.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,5 @@
os.system("echo '<h1>"+x[u"nombre"].encode("utf-8")+"</h1>' >> monumentos.html")
os.system("echo '<p>"+x["Descripcion"]["__cdata"].encode("utf-8")+"</p>' >> monumentos.html")
os.system("echo '<a href ='http://www.openstreetmap.org/way/109089302#map=15/"+x["coordenadas"]["latitud"]+"/"+x["coordenadas"]["longitud"]+"'>Mapa</a>' >> monumentos.html")

else:
print "Opción inválida"

0 comments on commit 9d867f5

Please sign in to comment.