mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-06 16:38:43 +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:
|
if path is None:
|
||||||
return
|
return
|
||||||
|
|
||||||
self.interactive_add_torrent_path(self, torrent, path)
|
self.interactive_add_torrent_path(torrent, path)
|
||||||
|
|
||||||
def interactive_add_torrent_path(self, torrent, path):
|
def interactive_add_torrent_path(self, torrent, path):
|
||||||
try:
|
try:
|
||||||
|
@ -1313,3 +1313,4 @@ class DelugeGTK:
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
interface = DelugeGTK()
|
interface = DelugeGTK()
|
||||||
interface.start()
|
interface.start()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue