Commit e6bbc176 authored by nanahira's avatar nanahira

no longer cnocg

parent ee638140
......@@ -54,8 +54,8 @@ export class DirectFetcher extends Base {
}
}
async fetch(): Promise<Card[]> {
this.log.info(`Started fetching from CNOCG.`);
this.cardCodes = await CNOCGFetcher.fetchCodeOnce();
//this.log.info(`Started fetching from CNOCG.`);
this.cardCodes = [];
this.log.info(`Started reading from ydk cards.`);
const ydkFiles = await fs.readdir('./packs');
this.log.info(`${ydkFiles.length} packs found.`);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment