fix interactive add
This commit is contained in:
parent
4783f31deb
commit
ea9068e3f8
@ -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…
x
Reference in New Issue
Block a user