mirror of
https://github.com/bellingcat/sugartrail.git
synced 2026-06-13 05:58:30 +03:00
test
This commit is contained in:
@@ -130,8 +130,9 @@
|
|||||||
" api.basic_auth.username = API_input.value\n",
|
" api.basic_auth.username = API_input.value\n",
|
||||||
" response = api.get_company(str(company_text.value))\n",
|
" response = api.get_company(str(company_text.value))\n",
|
||||||
" if response:\n",
|
" if response:\n",
|
||||||
" network.company_id = str(company_text.value)\n",
|
" network = base.Network(str(company_text.value))\n",
|
||||||
"# init_status.value = u'\\u2705: Initialisation successful for ' + str(response['company_name']) \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",
|
" depth_selector.disabled = False\n",
|
||||||
" generate_network_button.disabled = False\n",
|
" generate_network_button.disabled = False\n",
|
||||||
" else:\n",
|
" else:\n",
|
||||||
|
|||||||
Reference in New Issue
Block a user