mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-08 23:03:13 -04:00
Removed a stray sleep used for testing.
This commit is contained in:
@@ -11,8 +11,6 @@ register_errors(sms_callback_blueprint)
|
|||||||
|
|
||||||
@sms_callback_blueprint.route('/mmg', methods=['POST'])
|
@sms_callback_blueprint.route('/mmg', methods=['POST'])
|
||||||
def process_mmg_response():
|
def process_mmg_response():
|
||||||
from time import sleep
|
|
||||||
sleep(20)
|
|
||||||
client_name = 'MMG'
|
client_name = 'MMG'
|
||||||
data = json.loads(request.data)
|
data = json.loads(request.data)
|
||||||
errors = validate_callback_data(data=data,
|
errors = validate_callback_data(data=data,
|
||||||
|
|||||||
Reference in New Issue
Block a user