You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the following code, I try to determine whether the clipboard has changed, so as to execute the function of the clipboard change.
But the clipboard change function is called many times without any change in the clipboard itself. I didn't encounter problems during the debugging process, but when I actually ran the code, an error occurred.
I feel like I'm making a very basic problem, but I can't figure out what I'm doing wrong.
The python version I am running is 3.6. The version of pyperclip running is 1.8.2.
The text was updated successfully, but these errors were encountered:
In the following code, I try to determine whether the clipboard has changed, so as to execute the function of the clipboard change.
But the clipboard change function is called many times without any change in the clipboard itself. I didn't encounter problems during the debugging process, but when I actually ran the code, an error occurred.
I feel like I'm making a very basic problem, but I can't figure out what I'm doing wrong.
The python version I am running is 3.6. The version of pyperclip running is 1.8.2.
The text was updated successfully, but these errors were encountered: