fix last oops

This commit is contained in:
Marcos Pinto 2008-03-21 05:45:19 +00:00
parent 0753f800e2
commit 55274532be
1 changed files with 1 additions and 1 deletions

View File

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