Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f98b6a commit abff4bfCopy full SHA for abff4bf
mss/windows.py
@@ -76,7 +76,7 @@ class MSS(MSSBase):
76
memdc = None
77
78
# A dict to maintain *srcdc* values created by multiple threads.
79
- srcdc_dict = {} # type: Dict[int, Any]
+ srcdc_dict = {} # type: Dict[threading.Thread, int]
80
81
# A threading lock to lock resources(bmp/memdc/srcdc) inside .grab() method.
82
_lock = threading.Lock()
0 commit comments