This commit is contained in:
Kenneth Kehl
2024-08-15 10:31:02 -07:00
parent 714f6f1588
commit 146f0cc787
20 changed files with 113 additions and 92 deletions

View File

@@ -117,7 +117,7 @@ def fetch_potential_service(inbound_number, provider_name):
if not has_inbound_sms_permissions(service.permissions):
current_app.logger.error(
'Service "{}" does not allow inbound SMS'.format(service.id)
'Service "{}" does not allow inbound SMS'.format(service.id), exc_info=True
)
return False