Explorar el Código

width should be a string

pull/24/head
Ben Kurtovic hace 12 años
padre
commit
04c7092756
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      toolserver/background.py

+ 1
- 1
toolserver/background.py Ver fichero

@@ -112,4 +112,4 @@ def _build_url(screen, filename, url, imgwidth, imgheight):
if width >= imgwidth:
return url
url = url.replace("/commons/", "/commons/thumb/")
return url + "/" + width + "px-" + filename
return url + "/" + str(width) + "px-" + filename

Cargando…
Cancelar
Guardar