fix typo in python binding

This commit is contained in:
Arvid Norberg 2013-08-29 05:41:50 +00:00
parent a7551f6cf2
commit eff0bf97b8
1 changed files with 1 additions and 1 deletions

View File

@ -23,6 +23,6 @@ void bind_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");
}