| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent b3692e6 commit 4189d62
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -281,7 +281,7 @@ def make_colors(config): | |||
| 281 | 281 | } | |
| 282 | 282 | ||
| 283 | 283 | if platform.system() == 'Windows': | |
| 284 | - c = dict(c.items() | | ||
| 284 | + c = dict(list(c.items()) + | ||
| 285 | 285 | [ | |
| 286 | 286 | ('K', 8), | |
| 287 | 287 | ('R', 9), | |
| Back | FazBrowse Home | New Git URL |
0 commit comments