Updated readme

This commit is contained in:
Mark Qvist 2021-10-08 18:41:20 +02:00
parent 0b3abaa450
commit 694dd0c547
2 changed files with 9 additions and 15 deletions

View file

@ -131,14 +131,6 @@ class TextUI:
self.app.ui = self
self.loop = None
# TODO: Remove
# if importlib.util.find_spec("urwid") != None:
# import urwid
# else:
# RNS.log("The text-mode user interface requires Urwid to be installed on your system.", RNS.LOG_ERROR)
# RNS.log("You can install it with the command: pip3 install urwid", RNS.LOG_ERROR)
# nomadnet.panic()
urwid.set_encoding("UTF-8")
intro_timeout = self.app.config["textui"]["intro_time"]