edit company_id

This commit is contained in:
seangreaves
2022-12-24 10:06:35 +00:00
parent 388a8015c3
commit 982c30f0a6

View File

@@ -94,7 +94,7 @@
"outputs": [],
"source": [
"n = 2\n",
"network = base.Network(officer_id=officer_id)\n",
"network = base.Network(company_id=company_id)\n",
"network.perform_hop(n)"
]
},