diff --git a/aider/coders/base_coder.py b/aider/coders/base_coder.py index e9cbdc4df..862d9290a 100755 --- a/aider/coders/base_coder.py +++ b/aider/coders/base_coder.py @@ -1137,7 +1137,7 @@ class Coder: if interrupted: raise KeyboardInterrupt - self.calculate_and_show_tokens_and_cost(messages, completion) + self.calculate_and_show_tokens_and_cost(messages, completion) def show_send_output(self, completion): if self.verbose: