Do not flush twice
This commit is contained in:
parent
9325dd06dc
commit
9d6eff0252
1 changed files with 0 additions and 2 deletions
|
|
@ -240,7 +240,6 @@ class Boobank(ReplApplication):
|
|||
self.start_format()
|
||||
for backend, transaction in self.do('iter_history', account, backends=account.backend):
|
||||
self.format(transaction)
|
||||
self.flush()
|
||||
|
||||
def complete_coming(self, text, line, *ignored):
|
||||
args = line.split(' ')
|
||||
|
|
@ -333,4 +332,3 @@ class Boobank(ReplApplication):
|
|||
self.start_format()
|
||||
for backend, investment in self.do('iter_investment', account, backends=account.backend):
|
||||
self.format(investment)
|
||||
self.flush()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue