diff --git a/src/euscan/handlers/gnome.py b/src/euscan/handlers/gnome.py index e62478e..c5b1506 100644 --- a/src/euscan/handlers/gnome.py +++ b/src/euscan/handlers/gnome.py @@ -55,7 +55,7 @@ def scan_pkg(pkg, options): content = fp.read() fp.close() - cache = json.loads(content, encoding="ascii") + cache = json.loads(content) if cache[0] != 4: output.eerror("Unknow cache format detected")