Skip to content

Commit 417b913

Browse files
committed
Small modifications
1 parent e6d47ef commit 417b913

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

servers/fai/src/fai/models/db/website_db.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
Boolean,
44
Column,
55
DateTime,
6-
Integer,
76
String,
87
)
98

servers/fai/src/fai/routes/website.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ async def _crawl_website_job(
170170
await db.commit()
171171

172172
LOGGER.info(f"Completed website crawl job {job_id} for domain: {domain}")
173-
except Exception as e:
173+
except Exception:
174174
LOGGER.exception(f"Failed to complete website crawl job {job_id}")
175175

176176
# Update IndexSourceDb on failure

0 commit comments

Comments
 (0)