mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +00:00
Fix printing info, help, etc.. on the command line
This commit is contained in:
parent
9b8282010c
commit
e73052df1c
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ class ConsoleUI(component.Component):
|
|||
|
||||
"""
|
||||
self.batch_write = batch
|
||||
if not batch:
|
||||
if not batch and self.interactive:
|
||||
self.screen.refresh()
|
||||
|
||||
def write(self, line):
|
||||
|
|
Loading…
Add table
Reference in a new issue