mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-03 15:08:40 +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
|
self.batch_write = batch
|
||||||
if not batch:
|
if not batch and self.interactive:
|
||||||
self.screen.refresh()
|
self.screen.refresh()
|
||||||
|
|
||||||
def write(self, line):
|
def write(self, line):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue