mirror of
https://github.com/jlengrand/Ivolution.git
synced 2026-03-10 08:21:18 +00:00
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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user