This website works better with JavaScript.
Почетна
Помоћ
Пријавите Се
ben
/
copyvios
огледало од
https://github.com/earwig/copyvios
Прати
1
Волим
1
Креирај огранак
0
Код
Издања
0
Activity
Преглед изворни кода
width should be a string
pull/24/head
Ben Kurtovic
пре 12 година
родитељ
dc96cf1a2e
комит
04c7092756
1 измењених фајлова
са
1 додато
и
1 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
toolserver/background.py
+ 1
- 1
toolserver/background.py
Прегледај датотеку
@@ -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
Write
Preview
Loading…
Откажи
Сачувај