Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Apua
Kirjaudu sisään
ben
/
copyvios
peilaus alkaen
https://github.com/earwig/copyvios
Tarkkaile
1
Äänestä
1
Fork
0
Koodi
Julkaisut
0
Toiminta
Selaa lähdekoodia
width should be a string
pull/24/head
Ben Kurtovic
12 vuotta sitten
vanhempi
dc96cf1a2e
commit
04c7092756
1 muutettua tiedostoa
jossa
1 lisäystä
ja
1 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Kirjoita
Esikatselu
Ladataan…
Peruuta
Tallenna