mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 09:26:08 -05: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'])
|
||||
def process_mmg_response():
|
||||
from time import sleep
|
||||
sleep(20)
|
||||
client_name = 'MMG'
|
||||
data = json.loads(request.data)
|
||||
errors = validate_callback_data(data=data,
|
||||
|
||||
Reference in New Issue
Block a user