Add jeopardy failsafe

This commit is contained in:
lilyissillyyy
2025-09-12 23:17:50 -04:00
parent d5b452864d
commit eb6158ac25
+1
View File
@@ -89,6 +89,7 @@ module.exports = class JeopardyScrape {
} }
exportData() { exportData() {
if (!this.clues.length) this.importData();
const buf = Buffer.from(JSON.stringify({ const buf = Buffer.from(JSON.stringify({
clues: this.clues, clues: this.clues,
gameIDs: this.gameIDs, gameIDs: this.gameIDs,