small ui tweaks
This commit is contained in:
parent
fced9a2c71
commit
c4c8539401
|
@ -1832,7 +1832,7 @@ static PyObject *torrent_replace_trackers(PyObject *self, PyObject *args)
|
||||||
trackerlist.push_back(a_entry);
|
trackerlist.push_back(a_entry);
|
||||||
}
|
}
|
||||||
if (trackerlist.empty()){
|
if (trackerlist.empty()){
|
||||||
printf("libtorrent didnt like that...trackers cant be empty");
|
printf("libtorrent didnt like that...trackers cant be empty\n");
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
M_torrents->at(index).handle.replace_trackers(trackerlist);
|
M_torrents->at(index).handle.replace_trackers(trackerlist);
|
||||||
|
|
Loading…
Reference in New Issue