another attempt for invalid handle
This commit is contained in:
parent
edb20e0c05
commit
d8681a0593
@ -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;
|
Py_INCREF(Py_None); return Py_None;
|
||||||
}
|
}
|
||||||
static PyObject *torrent_prioritize_files(PyObject *self, PyObject *args)
|
static PyObject *torrent_prioritize_files(PyObject *self, PyObject *args)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user