This commit is contained in:
Ari Archer 2021-11-28 20:23:27 +02:00
parent d237f21a83
commit df85f57ba7
Signed by untrusted user who does not match committer: ari
GPG key ID: A50D5B4B599AF8A2

View file

@ -143,7 +143,7 @@ class Controller:
return
with suspend(self.view) as s:
if config.URL_VIEW is not None:
s.run_with_input(config.URL_VIEW, "\n".join(urls))
s.run_with_input(config.URL_VIEW, "\n".join(urls)) # type: ignore
else:
fzf = pyfzf.FzfPrompt()
url = fzf.prompt(urls)[0]