This commit is contained in:
seangreaves
2023-01-06 22:58:31 +00:00
parent fe88894420
commit 67eddf9f8b

View File

@@ -130,8 +130,9 @@
" api.basic_auth.username = API_input.value\n",
" response = api.get_company(str(company_text.value))\n",
" if response:\n",
" network.company_id = str(company_text.value)\n",
"# init_status.value = u'\\u2705: Initialisation successful for ' + str(response['company_name']) \n",
" network = base.Network(str(company_text.value))\n",
"# network.company_id = str(company_text.value)\n",
" init_status.value = u'\\u2705: Initialisation successful for ' + str(response['company_name']) \n",
" depth_selector.disabled = False\n",
" generate_network_button.disabled = False\n",
" else:\n",