Il sito funziona meglio con JavaScript.
Home
Aiuto
Accedi
ben
/
copyvios
mirror da
https://github.com/earwig/copyvios
Segui
1
Vota
1
Forka
0
Codice
Rilasci
0
Attività
Sfoglia il codice sorgente
width should be a string
pull/24/head
Ben Kurtovic
12 anni fa
parent
dc96cf1a2e
commit
04c7092756
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
toolserver/background.py
+ 1
- 1
toolserver/background.py
Vedi File
@@ -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
Scrivi
Anteprima
Caricamento…
Annulla
Salva