remove useless calls to ReplApplication.flush() (closes #812)
This commit is contained in:
parent
8b803e7c39
commit
bdf4c13f4e
22 changed files with 0 additions and 74 deletions
|
|
@ -73,7 +73,6 @@ class Boobill(ReplApplication):
|
|||
self.start_format()
|
||||
for backend, result in self.do(method, id, backends=names):
|
||||
self.format(result)
|
||||
self.flush()
|
||||
|
||||
def do_subscriptions(self, line):
|
||||
"""
|
||||
|
|
@ -84,7 +83,6 @@ class Boobill(ReplApplication):
|
|||
self.start_format()
|
||||
for subscription in self.get_object_list('iter_subscription'):
|
||||
self.format(subscription)
|
||||
self.flush()
|
||||
|
||||
def do_details(self, id):
|
||||
"""
|
||||
|
|
@ -117,7 +115,6 @@ class Boobill(ReplApplication):
|
|||
mysum.price = detail.price + mysum.price
|
||||
|
||||
self.format(mysum)
|
||||
self.flush()
|
||||
|
||||
def do_balance(self, id):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue