We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6d47ef commit 417b913Copy full SHA for 417b913
servers/fai/src/fai/models/db/website_db.py
@@ -3,7 +3,6 @@
3
Boolean,
4
Column,
5
DateTime,
6
- Integer,
7
String,
8
)
9
servers/fai/src/fai/routes/website.py
@@ -170,7 +170,7 @@ async def _crawl_website_job(
170
await db.commit()
171
172
LOGGER.info(f"Completed website crawl job {job_id} for domain: {domain}")
173
- except Exception as e:
+ except Exception:
174
LOGGER.exception(f"Failed to complete website crawl job {job_id}")
175
176
# Update IndexSourceDb on failure
0 commit comments