Update scrape_log.ts

This commit is contained in:
Nicolas 2024-07-18 14:16:46 -04:00
parent f10f3f886b
commit 2dd7398aad
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ export async function logScrape(
retried: scrapeLog.retried,
error_message: scrapeLog.error_message,
date_added: new Date().toISOString(),
html: scrapeLog.html,
html: "(Removed due to db size)",
ipv4_support: scrapeLog.ipv4_support,
ipv6_support: scrapeLog.ipv6_support,
},