aboutsummaryrefslogtreecommitdiff
path: root/scrape.js
diff options
context:
space:
mode:
authorJoel Kronqvist <joel.h.kronqvist@gmail.com>2022-01-19 16:23:56 +0200
committerJoel Kronqvist <joel.h.kronqvist@gmail.com>2022-01-19 16:23:56 +0200
commit708996ed58f031fd31d7696a98adfc287db9905a (patch)
tree7f0e89c2b17e8d51259a515f19e28fcfeb68c8b9 /scrape.js
parenta259127b9fa0349c73340c882f6525f27f7caaed (diff)
downloadLYLLRuoka-708996ed58f031fd31d7696a98adfc287db9905a.tar.gz
LYLLRuoka-708996ed58f031fd31d7696a98adfc287db9905a.zip
Tested on Linux Mint & some bug fixes
Diffstat (limited to 'scrape.js')
-rw-r--r--scrape.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/scrape.js b/scrape.js
index 0ae30aa..c7a5743 100644
--- a/scrape.js
+++ b/scrape.js
@@ -1,5 +1,5 @@
const https = require("https");
-const parse = require("./DBPARSE.js");
+const parse = require("./dbparse.js");
const fs = require("fs");
const events = require("events");