Changes the length of messages sent to GUI to 3, first being the type of message

TODO:
Notify IvolutionWindow about small updates
Notify Thread about more updates from lib
This commit is contained in:
2012-08-16 09:49:27 +02:00
parent 0ff79f385d
commit 0a580b8e6f
4 changed files with 33 additions and 19 deletions

View File

@@ -160,7 +160,6 @@ class FaceMovie(object, Observable):
a_guy.search_face(self.face_params)
# notifying the Observers
print ptr, len(self.guys)
try:
self.notify(["Face", self.percent(ptr, len(self.guys))])
except (ArithmeticError, ZeroDivisionError):