Unknown instead of error for fetched urls

This commit is contained in:
Luciano Gervasoni
2025-06-19 22:43:29 +02:00
parent a2cce62096
commit 490f01d66c
7 changed files with 227 additions and 9076 deletions

View File

@@ -6,8 +6,9 @@
"metadata": {},
"outputs": [],
"source": [
"# !pip install flask\n",
"!python app.py"
"!uvicorn app:app --workers 1 --log-level info --port 5001\n",
"#!uvicorn app:app --reload --log-level debug --port 8000\n",
"#!python app.py"
]
}
],