From 60e0894cc993601430cf2e07b89685c6c935b47e Mon Sep 17 00:00:00 2001 From: Chris Lacina Date: Wed, 30 May 2018 13:23:49 -0700 Subject: [PATCH] Update configuration.py --- flowroutenumbersandmessaging/configuration.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flowroutenumbersandmessaging/configuration.py b/flowroutenumbersandmessaging/configuration.py index 0a02728..7158de6 100644 --- a/flowroutenumbersandmessaging/configuration.py +++ b/flowroutenumbersandmessaging/configuration.py @@ -26,9 +26,9 @@ class Configuration(object): # The username to use with basic authentication # TODO: Set an appropriate value - basic_auth_user_name = "22476860" + basic_auth_user_name = "YOUR API KEY" # The password to use with basic authentication # TODO: Set an appropriate value - basic_auth_password = "FYzckHAgBdHm1QpKbe6jdMivOWFlnApf" + basic_auth_password = "YOUR SECRET KEY"