Broken project to implement a cross-protocol browser in textual
Diffstat (limited to 'browset.py')
| -rwxr-xr-x | browset.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -108,7 +108,7 @@ class Browset(App): if protocol in protocols: (mime, fp) = protocols[protocol].get(url) else: - (mime, fp) = ("error", ["Unsupported protocol: " + protocol]) + (mime, fp) = ("text/error", ["Unsupported protocol: " + protocol]) self.query_one("#content").remove() |