forgot to remove testing string
This commit is contained in:
parent
abca842b30
commit
72ca5a7523
|
@ -1251,7 +1251,6 @@
|
||||||
{
|
{
|
||||||
"cell_type": "markdown",
|
"cell_type": "markdown",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"jp-MarkdownHeadingCollapsed": true,
|
|
||||||
"tags": []
|
"tags": []
|
||||||
},
|
},
|
||||||
"source": [
|
"source": [
|
||||||
|
@ -1368,7 +1367,7 @@
|
||||||
" # clean exit here\n",
|
" # clean exit here\n",
|
||||||
"elif web_match:\n",
|
"elif web_match:\n",
|
||||||
" # Always do the web match last\n",
|
" # Always do the web match last\n",
|
||||||
" with requests.get('https://civitai.com/api/download/models/5848', allow_redirects=True, stream=True, headers={'User-Agent': user_agent}) as r:\n",
|
" with requests.get(web_match, allow_redirects=True, stream=True, headers={'User-Agent': user_agent}) as r:\n",
|
||||||
" # Uing GET since some servers respond differently to HEAD.\n",
|
" # Uing GET since some servers respond differently to HEAD.\n",
|
||||||
" # Using `with` so we can close the connection and not download the entire file.\n",
|
" # Using `with` so we can close the connection and not download the entire file.\n",
|
||||||
" response = r\n",
|
" response = r\n",
|
||||||
|
|
Loading…
Reference in New Issue