diff -r 8a9a7d180b93 -r da7b461f54b7 CLIController.py --- a/CLIController.py Sun Jul 17 17:49:34 2022 +0200 +++ b/CLIController.py Sun Jul 17 18:07:46 2022 +0200 @@ -22,6 +22,7 @@ if self.crlfpending: sys.stdout.write("\n") sys.stdout.write(s) + sys.stdout.flush() self.crlfpending = 0 def write_error(self, s):