forgot to remove testing string

This commit is contained in:
Drake Panzer 2023-01-26 21:28:20 -07:00
parent abca842b30
commit 72ca5a7523
No known key found for this signature in database
GPG Key ID: 194A1C358AACFC39
1 changed files with 1 additions and 2 deletions

View File

@ -1251,7 +1251,6 @@
{
"cell_type": "markdown",
"metadata": {
"jp-MarkdownHeadingCollapsed": true,
"tags": []
},
"source": [
@ -1368,7 +1367,7 @@
" # clean exit here\n",
"elif web_match:\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",
" # Using `with` so we can close the connection and not download the entire file.\n",
" response = r\n",