mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
fix interactive add
This commit is contained in:
parent
4783f31deb
commit
ea9068e3f8
1 changed files with 2 additions and 1 deletions
|
@ -1027,7 +1027,7 @@ class DelugeGTK:
|
|||
if path is None:
|
||||
return
|
||||
|
||||
self.interactive_add_torrent_path(self, torrent, path)
|
||||
self.interactive_add_torrent_path(torrent, path)
|
||||
|
||||
def interactive_add_torrent_path(self, torrent, path):
|
||||
try:
|
||||
|
@ -1313,3 +1313,4 @@ class DelugeGTK:
|
|||
if __name__ == "__main__":
|
||||
interface = DelugeGTK()
|
||||
interface.start()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue