forked from premiere/premiere-libtorrent
fix typo in python binding
This commit is contained in:
parent
a7551f6cf2
commit
eff0bf97b8
|
@ -23,6 +23,6 @@ void bind_sha1_hash()
|
||||||
;
|
;
|
||||||
|
|
||||||
scope().attr("big_number") = scope().attr("sha1_hash");
|
scope().attr("big_number") = scope().attr("sha1_hash");
|
||||||
scope().attr("peer_id") = scope().attr("peer_id");
|
scope().attr("peer_id") = scope().attr("sha1_hash");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue