Fix infinite loop recursion
This commit is contained in:
parent
93acc54949
commit
b5d7dbee7b
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ class Boobill(ReplApplication):
|
|||
"""
|
||||
self.start_format()
|
||||
for subscription in self.get_object_list('iter_subscription'):
|
||||
self.cached_format(subscription)
|
||||
self.format(subscription)
|
||||
self.flush()
|
||||
|
||||
def do_details(self, id):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue