renamed clish to urlish since we are not using curses but urwid as base
This commit is contained in:
parent
8a2e4caf32
commit
f0e5615bd7
2 changed files with 8 additions and 8 deletions
|
|
@ -171,9 +171,9 @@ def main():
|
|||
if "frontend" in core and core["frontend"]:
|
||||
frontend = core["frontend"]
|
||||
|
||||
if frontend == "clish":
|
||||
from linspector.frontends.clish import ClishFrontend
|
||||
ClishFrontend(interface)
|
||||
if frontend == "urlish":
|
||||
from linspector.frontends.urlish import UrlishFrontend
|
||||
UrlishFrontend(interface)
|
||||
else:
|
||||
from linspector.frontends.lish import LishFrontend
|
||||
LishFrontend(interface)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue