diff --git a/.gitignore b/.gitignore index 882046c..0fd38e1 100644 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,4 @@ doc_src/.doctrees doc_src/_sources/* doc_src/_static/* doc_src/*.html -doc_src/_build/* \ No newline at end of file +doc_src/_build/* diff --git a/label_certification/cert_config.py b/label_certification/cert_config.py index 277e296..44e2991 100644 --- a/label_certification/cert_config.py +++ b/label_certification/cert_config.py @@ -4,6 +4,7 @@ """ import os import sys + # Use the fedex directory included in the downloaded package instead of # any globally installed versions. sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__)))) @@ -12,11 +13,11 @@ # Change these values to match your testing account/meter number. CONFIG_OBJ = FedexConfig( - key='xxxxxxxxxxxxxxxx', - password='xxxxxxxxxxxxxxxxxxxxxxxxx', - account_number='#########', - meter_number='#########', - use_test_server=True) + key='xxxxxxxxxxxxxxxx', + password='xxxxxxxxxxxxxxxxxxxxxxxxx', + account_number='#########', + meter_number='#########', + use_test_server=True) # Change this to whoever should be the contact person for shipments. SHIPPER_CONTACT_INFO = {