pass
This commit is contained in:
parent
d3c61a3fd3
commit
195424cefb
|
|
@ -69,6 +69,7 @@ def update_call_requests_task(self):
|
|||
service_name = call_specialities[booking['user']['doctor']['speciality']].name
|
||||
|
||||
for booking_service in booking['services']:
|
||||
if booking_service['service'] is not None:
|
||||
service_code = booking_service['service']['code']
|
||||
for regex, bot_talking in call_services.items():
|
||||
if re.match(regex, service_code.strip()):
|
||||
|
|
|
|||
Loading…
Reference in New Issue