fix interactive add

This commit is contained in:
Marcos Pinto 2007-08-05 07:40:52 +00:00
parent 4783f31deb
commit ea9068e3f8
1 changed files with 2 additions and 1 deletions

View File

@ -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()