View Single Post
Old 03-10-2016, 05:03 AM   #156
embryo
Fanatic
embryo with a running start, can leap into geosynchronous orbitembryo with a running start, can leap into geosynchronous orbitembryo with a running start, can leap into geosynchronous orbitembryo with a running start, can leap into geosynchronous orbitembryo with a running start, can leap into geosynchronous orbitembryo with a running start, can leap into geosynchronous orbitembryo with a running start, can leap into geosynchronous orbitembryo with a running start, can leap into geosynchronous orbitembryo with a running start, can leap into geosynchronous orbitembryo with a running start, can leap into geosynchronous orbitembryo with a running start, can leap into geosynchronous orbit
 
embryo's Avatar
 
Posts: 509
Karma: 60774
Join Date: Aug 2013
Device: Kobo Glo, GloHD
You could replace the
Code:
link = "icons/" + str(i.firstChild.nodeValue)[72:]
with
Code:
link = "icons/" + str(i.firstChild.nodeValue)[67:]
This will might fix the "cloud" cut and maybe the empty png filename.
embryo is offline   Reply With Quote