From 7db4a882ce84e0fb2f58c60f0d0a5c189bf9e1d3 Mon Sep 17 00:00:00 2001 From: Pete Herlihy Date: Tue, 8 Sep 2020 10:17:27 +0100 Subject: [PATCH] Converting resting provider split to 60/40 --- app/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/config.py b/app/config.py index e666e8f42..dadfa1bc2 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': 70, - 'firetext': 30 + 'mmg': 60, + 'firetext': 40 } NOTIFY_SERVICE_ID = 'd6aa2c68-a2d9-4437-ab19-3ae8eb202553'