Console bugfixes

This commit is contained in:
2021-03-15 18:36:59 +01:00
parent 6596364027
commit 57bae9f291
8 changed files with 34 additions and 5 deletions

View File

@@ -27,7 +27,7 @@ class Application(ApplicationABC):
self._mailer.send_mail(mail)
def test_console(self):
self._logger.debug(__name__, 'Started console_old test')
self._logger.debug(__name__, 'Started console_old model')
Console.write_line('Hello World')
Console.write('\nName: ')
Console.write_line(' Hello', Console.read_line())