diff --git a/aider/copypaste.py b/aider/copypaste.py index c8dfbe378d0..ff3d6ed709d 100644 --- a/aider/copypaste.py +++ b/aider/copypaste.py @@ -1,6 +1,5 @@ import threading import time - import pyperclip @@ -30,12 +29,10 @@ def watch_clipboard(): self.io.placeholder = current if len(current.splitlines()) > 1: self.io.placeholder = "\n" + self.io.placeholder + "\n" - time.sleep(0.5) except Exception as e: if self.verbose: from aider.dump import dump - dump(f"Clipboard watcher error: {e}") continue