fix: Se crean llamadas desde el punto de vista desde el seguimiento de prospecto
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2023-08-07 19:11:16 -05:00
parent a714f4740d
commit f6e6ac44a1
3 changed files with 29 additions and 44 deletions

View File

@@ -2,10 +2,11 @@ class Interest():
@staticmethod
def get_interest_levels():
interest_levels = [
('0', '0 - No contestó'),
('1', '1 - total desinterés'),
('2', '2 - Interés intermedio'),
('3', '3 - Interés alto, generar venta')
('', None),
('0', '0 - Not answered'),
('1', '1 - Complete disinterest'),
('2', '2 - Middle interest'),
('3', '3 - High interest')
]
return interest_levels