From 8bba04e1cebd150896d00597b93d45201fcba63e Mon Sep 17 00:00:00 2001 From: Rebecca Law Date: Wed, 15 Jul 2020 13:17:11 +0100 Subject: [PATCH] Update the MMG/Firetext ratio to 70/30 as requested. --- app/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/config.py b/app/config.py index 81bab624e..3cd39ebf9 100644 --- a/app/config.py +++ b/app/config.py @@ -144,8 +144,8 @@ class Config(object): # these should always add up to 100% SMS_PROVIDER_RESTING_POINTS = { - 'mmg': 50, - 'firetext': 50 + 'mmg': 70, + 'firetext': 30 } NOTIFY_SERVICE_ID = 'd6aa2c68-a2d9-4437-ab19-3ae8eb202553'