This commit is contained in:
ingvar1995
2016-09-03 14:10:36 +03:00
parent 0fd75c5517
commit fb1caa244a
3 changed files with 4 additions and 4 deletions

View File

@@ -237,7 +237,7 @@ class Profile(contact.Contact, Singleton):
self.update_filtration()
except Exception as ex: # no friend found. ignore
log('Friend value: ' + str(value))
log('Error: ' + str(ex))
log('Error in set active: ' + str(ex))
raise
active_friend = property(get_active, set_active)