Skip to content

Commit 814d109

Browse files
committed
fix minor bug in PKI notebooks
1 parent 9a60a8a commit 814d109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/5. OM FoPC Course - Public Key Infrastructures/notebooks/om_authority/2. The Aries Basic Controller.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"\n",
7171
"# Instantiate the AriesAgentController using the correct parameters\n",
7272
"agent_controller = AriesAgentController(webhook_host=WEBHOOK_HOST, webhook_port=WEBHOOK_PORT,\n",
73-
" webhook_base=WEBHOOK_BASE, admin_url=ADMIN_URL, api_key=API_KEY)"
73+
" webhook_base=WEBHOOK_BASE, admin_url=ADMIN_URL)"
7474
]
7575
},
7676
{

0 commit comments

Comments
 (0)