redwind
redwind copied to clipboard
maps.py uses static-maps.kylewm.com
Looks like the maps module is hard coded to use kylewm.com to render its maps. While this works fine for early testing and adoption, we should consider moving away from it.
return imageproxy.construct_url(
'http://static-maps.kylewm.com/img.php?'
+ urllib.parse.urlencode(args))