| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -169,7 +169,7 @@ def decoding_input_filter(keys, raw): | |||
| 169 | 169 | encoding = locale.getpreferredencoding() | |
| 170 | 170 | converted_keys = list() | |
| 171 | 171 | for key in keys: | |
| 172 | - if isinstance(keys, basestring): | ||
| 172 | + if isinstance(key, basestring): | ||
| 173 | 173 | converted_keys.append(key.decode(encoding)) | |
| 174 | 174 | else: | |
| 175 | 175 | converted_keys.append(key) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments