diff options
author | Joel Kronqvist <joel.h.kronqvist@gmail.com> | 2022-01-19 16:23:56 +0200 |
---|---|---|
committer | Joel Kronqvist <joel.h.kronqvist@gmail.com> | 2022-01-19 16:23:56 +0200 |
commit | 708996ed58f031fd31d7696a98adfc287db9905a (patch) | |
tree | 7f0e89c2b17e8d51259a515f19e28fcfeb68c8b9 /scrape.js | |
parent | a259127b9fa0349c73340c882f6525f27f7caaed (diff) | |
download | LYLLRuoka-708996ed58f031fd31d7696a98adfc287db9905a.tar.gz LYLLRuoka-708996ed58f031fd31d7696a98adfc287db9905a.zip |
Tested on Linux Mint & some bug fixes
Diffstat (limited to 'scrape.js')
-rw-r--r-- | scrape.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"); |