Selaa lähdekoodia

width should be a string

pull/24/head
Ben Kurtovic 12 vuotta sitten
vanhempi
commit
04c7092756
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      toolserver/background.py

+ 1
- 1
toolserver/background.py Näytä tiedosto

@@ -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

Ladataan…
Peruuta
Tallenna