This commit is contained in:
Zachary Pavlov 2008-12-17 09:18:56 +00:00
parent f1a342e88b
commit 109864928d
1 changed files with 1 additions and 1 deletions

View File

@ -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: