Skip to content

Commit 94723a1

Browse files
committed
Specify openlrw host
1 parent 4202f6d commit 94723a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

jupyterhub/notebooks/get_statements_from_openlrw.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"import json\n",
1010
"import requests\n",
1111
"\n",
12-
"url = 'http://<openlrw_host>:9966/api/auth/login'\n",
12+
"url = 'http://openlrw:9966/api/auth/login'\n",
1313
"\n",
1414
"headers = {\n",
1515
" 'X-Requested-With': 'XMLHttpRequest',\n",
@@ -327,7 +327,7 @@
327327
}
328328
],
329329
"source": [
330-
"url = 'http://<openlrw_host>:9966/api/events'\n",
330+
"url = 'http://openlrw:9966/api/events'\n",
331331
"\n",
332332
"headers = {\n",
333333
" 'Content-Type': 'application/json',\n",

0 commit comments

Comments
 (0)