Fixed bug when evaluating numbers several times
This commit is contained in:
@@ -10,7 +10,7 @@ class SheerkaOut(BaseService):
|
||||
|
||||
def __init__(self, sheerka):
|
||||
super().__init__(sheerka)
|
||||
self.out_visitors = [ConsoleVisitor()]
|
||||
self.out_visitors = [ConsoleVisitor(expand_mode="all_but_first")]
|
||||
|
||||
def initialize(self):
|
||||
self.sheerka.bind_service_method(self.process_return_values, False)
|
||||
|
||||
Reference in New Issue
Block a user