ソースを参照

width should be a string

pull/24/head
Ben Kurtovic 12年前
コミット
04c7092756
1個のファイルの変更1行の追加1行の削除
  1. +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

読み込み中…
キャンセル
保存