From 55274532be0b9f2450aa43a4046b7d75e0c1cca3 Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Fri, 21 Mar 2008 05:45:19 +0000 Subject: [PATCH] fix last oops --- src/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core.py b/src/core.py index a6738f576..57a8f3f73 100644 --- a/src/core.py +++ b/src/core.py @@ -1005,7 +1005,7 @@ likely the tracker did not responsd in utf-8." new_torrent = torrent_info(full_new_name, save_dir, compact, user_paused) self.state.torrents[new_torrent] = None - def remove_torrent_ns(self, unique_ID, data_also, torrent_also): + def remove_torrent_ns(self, unique_ID, data_also, torrent_also=False): self.unique_IDs[unique_ID].delete_me = True self.unique_IDs[unique_ID].del_data = data_also self.unique_IDs[unique_ID].del_torrent = torrent_also