mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 12:04:51 +00:00
webui:fix torrent_add
This commit is contained in:
parent
1f5d9a10c1
commit
6d63307623
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ class Ws:
|
|||
f.write(base64.b64decode(data_b64))
|
||||
f.close()
|
||||
log.debug("options:%s" % options)
|
||||
self.proxy.add_torrent_file([filename] , [options])
|
||||
proxy.add_torrent_file([filename] , [options])
|
||||
|
||||
proxy.add_torrent_filecontent = add_torrent_filecontent
|
||||
log.debug('cfg-file %s' % self.config_file)
|
||||
|
|
Loading…
Add table
Reference in a new issue