Skip to content
Commit c5463862 authored by hydrargyrum's avatar hydrargyrum
Browse files

weboob.browser.filters: fix Decode because unquote differs in py versions

In Python 2, unquote takes bytes and returns bytes (so it needs
encode/decode).
In Python 3, it takes str and returns str.
parent ed77a670
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment