~earboxer/browset

f9170a02adcda293c40a572be1e6c8d6dd058b98 — Zach DeCook 1 year, 7 months ago 60ba340 master
Unsupported Protocol: Fix error message showing
1 files changed, 1 insertions(+), 1 deletions(-)

M browset.py
M browset.py => browset.py +1 -1
@@ 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()