From 35e23fcee05147be76d949819fe7cb4cd601e918 Mon Sep 17 00:00:00 2001 From: Jeffrey Linwood Date: Wed, 24 May 2017 18:46:24 -0500 Subject: [PATCH] Remove endpoint from binding create --- app.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app.py b/app.py index 893006b..14055db 100644 --- a/app.py +++ b/app.py @@ -103,7 +103,6 @@ def register(): # Create the binding binding = service.bindings.create( - endpoint=content["endpoint"], identity=content["identity"], binding_type=content["BindingType"], address=content["Address"])