Got submit button working

This commit is contained in:
Dan Dembinski
2019-07-03 15:08:22 -04:00
parent bde35b86ac
commit 1d29437189
3 changed files with 41 additions and 17 deletions

View File

@@ -307,8 +307,8 @@ def GetClientConfig(Client):
for w in y.find_all('client'):
for x in w.find_all('name'):
if x.text == Client:
SF_URL = x.find_all('storefrontapiurl').text
SF_URL = x.find('storefrontapiurl')
print("SF_URL" SF_URL)
# Get Storefront Host URL
temp1 = SF_URL.split('://')
temp2 = temp1[1].split('/')