mirror of
https://github.com/jlengrand/Ivolution.git
synced 2026-03-10 08:21:18 +00:00
Code still working. Can be further simplified
This commit is contained in:
@@ -75,4 +75,5 @@ class Observable():
|
||||
"""
|
||||
for observer in self.obs_collection:
|
||||
#print "sent %s to %s" %(message, str(observer))
|
||||
observer.update(message)
|
||||
if message[0] == observer.name:
|
||||
observer.update(message[1])
|
||||
|
||||
Reference in New Issue
Block a user