We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upon trying to get the KDE integration running the first time I ran into following issue:
new_clipboard = pyperclip.waitForNewPaste() ^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: module 'pyperclip' has no attribute 'waitForNewPaste'
According to what I quickly found, it is related to an pyperclip update: https://stackoverflow.com/a/78701103
The text was updated successfully, but these errors were encountered:
fix(#39): Port waitForNewPaste from pyperclip 1.8.2
fc30e6b
Thank you for reporting this issue and for being interested in WADBS! I ported the method from pyperclip 1.8.2, it should work now.
Sorry, something went wrong.
No branches or pull requests
Upon trying to get the KDE integration running the first time I ran into following issue:
According to what I quickly found, it is related to an pyperclip update: https://stackoverflow.com/a/78701103
The text was updated successfully, but these errors were encountered: