mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
enc stuff
This commit is contained in:
parent
ca9e9afcbd
commit
ff87f4bde5
1 changed files with 1 additions and 1 deletions
|
@ -1226,7 +1226,7 @@ static PyObject *torrent_pe_settings(PyObject *self, PyObject *args)
|
|||
"out_enc_policy", int(s.out_enc_policy),
|
||||
"in_enc_policy", int(s.in_enc_policy),
|
||||
"allowed_enc_level", int(s.allowed_enc_level),
|
||||
"prefer_rc4", bool(s.prefer_rc4));
|
||||
"prefer_rc4", int(s.prefer_rc4));
|
||||
}
|
||||
|
||||
//====================
|
||||
|
|
Loading…
Add table
Reference in a new issue