diff --git a/Web/script/stripe-backend.py b/Web/script/stripe-backend.py index fca68f3..ba6d83c 100755 --- a/Web/script/stripe-backend.py +++ b/Web/script/stripe-backend.py @@ -15,7 +15,7 @@ with open('/etc/mjb.yml') as file: config = yaml.safe_load(file) # This is your test secret API key. -stripe.api_key = config.['stripe']['api_key'] +stripe.api_key = config['stripe']['api_key'] app = Flask(__name__, static_url_path='',