From 8a67e14e2bb022d9618edc6eabb92acbddf8c286 Mon Sep 17 00:00:00 2001 From: Pete Herlihy Date: Tue, 2 Jun 2020 12:27:14 +0100 Subject: [PATCH] Moving SMS supplier resting point to 50/50 --- app/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/config.py b/app/config.py index eea49f4ff..77da4b843 100644 --- a/app/config.py +++ b/app/config.py @@ -141,8 +141,8 @@ class Config(object): # these should always add up to 100% SMS_PROVIDER_RESTING_POINTS = { - 'mmg': 70, - 'firetext': 30 + 'mmg': 50, + 'firetext': 50 } NOTIFY_SERVICE_ID = 'd6aa2c68-a2d9-4437-ab19-3ae8eb202553'