Docker compose build args typo
This commit is contained in:
@@ -8,16 +8,9 @@
|
||||
"source": [
|
||||
"import requests\n",
|
||||
"\n",
|
||||
"endpoint = \"http://localhost:80/get_missing_kids?pages=2\"\n",
|
||||
"r = requests.get(endpoint)"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": null,
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"endpoint = \"http://localhost:80/get_missing_kids?pages={}\".format(2)\n",
|
||||
"r = requests.get(endpoint)\n",
|
||||
"\n",
|
||||
"r.text"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user