Got submit button working
This commit is contained in:
4
main.py
4
main.py
@@ -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('/')
|
||||
|
||||
Reference in New Issue
Block a user