Fix set union

This commit is contained in:
Lonami Exo 2018-03-03 17:08:49 +01:00
parent 96a1f580a4
commit 0f72aa8f94

View File

@ -125,7 +125,7 @@ class MemorySession(Session):
return rows
def process_entities(self, tlo):
self._entities += set(self._entities_to_rows(tlo))
self._entities |= set(self._entities_to_rows(tlo))
def get_entity_rows_by_phone(self, phone):
try: