typo
This commit is contained in:
parent
f1a342e88b
commit
109864928d
|
|
@ -266,8 +266,8 @@ class Messenger:
|
|||
|
||||
self.lock.acquire()
|
||||
try:
|
||||
foundWatch=0
|
||||
if __debug__:
|
||||
foundWatch=0
|
||||
if self.__isWatching:
|
||||
for i in self.__watching.keys():
|
||||
if str(event).find(i) >= 0:
|
||||
|
|
|
|||
Loading…
Reference in New Issue