mirror of
https://github.com/bellingcat/sugartrail.git
synced 2026-06-11 04:58:29 +03:00
test
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user