mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-22 04:24:51 +00:00
another attempt for invalid handle
This commit is contained in:
parent
6595fe0621
commit
776ed5a9d8
1 changed files with 1 additions and 1 deletions
|
@ -1806,7 +1806,7 @@ static PyObject *torrent_replace_trackers(PyObject *self, PyObject *args)
|
|||
}
|
||||
}
|
||||
}
|
||||
catch (libtorrent::invalid_handle&) {}
|
||||
catch (...) {}
|
||||
Py_INCREF(Py_None); return Py_None;
|
||||
}
|
||||
static PyObject *torrent_prioritize_files(PyObject *self, PyObject *args)
|
||||
|
|
Loading…
Add table
Reference in a new issue