X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=torrent;h=0e396ee4b3f38fc4fd14ab00655060f891c3380e;hb=1decf4666d37cddc16f8b28b3bc7888437e0a777;hp=1a3c2c17b302266296dc6bf1ac833d7d94bb1beb;hpb=60a2cad054e289df4e6d25e216350f3516661462;p=extfs.d.git diff --git a/torrent b/torrent index 1a3c2c1..0e396ee 100755 --- a/torrent +++ b/torrent @@ -126,8 +126,7 @@ def mctorrent_list(): if name_utf8: path = '/'.join([name_utf8] + file['path.utf-8']) else: - _name_utf8 = name - path = '/'.join([_name_utf8] + file['path.utf-8']) + path = '/'.join([name] + file['path.utf-8']) else: if name_utf8: path = '/'.join([name_utf8] + path)