diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-01-10 14:33:11 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-01-10 14:33:11 +0100 |
| commit | c9f1c4dc4820d854cd550c0c36a9468508c9aff2 (patch) | |
| tree | ed6447f85f0a1497aa09b463ec84ba912ba1a8a6 /cli/app | |
| parent | 95fae85d6a536bd9ac2f9b11567179659620fc28 (diff) | |
graph magic
Diffstat (limited to 'cli/app')
| -rw-r--r-- | cli/app/search/live.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/app/search/live.py b/cli/app/search/live.py index 4ffd475..b52ec03 100644 --- a/cli/app/search/live.py +++ b/cli/app/search/live.py @@ -303,7 +303,7 @@ class Interpolator: if cmd == 'setCategory': self.set_category(payload) if cmd == 'setEncoding': - self.set_encoding(parse_qs(payload)) + self.set_encoding(json.loads(payload)) pass # -------------------------- |
