Commit e6bbc176 authored by nanahira's avatar nanahira

no longer cnocg

parent ee638140
Pipeline #5921 passed with stages
in 1 minute and 40 seconds
...@@ -54,8 +54,8 @@ export class DirectFetcher extends Base { ...@@ -54,8 +54,8 @@ export class DirectFetcher extends Base {
} }
} }
async fetch(): Promise<Card[]> { async fetch(): Promise<Card[]> {
this.log.info(`Started fetching from CNOCG.`); //this.log.info(`Started fetching from CNOCG.`);
this.cardCodes = await CNOCGFetcher.fetchCodeOnce(); this.cardCodes = [];
this.log.info(`Started reading from ydk cards.`); this.log.info(`Started reading from ydk cards.`);
const ydkFiles = await fs.readdir('./packs'); const ydkFiles = await fs.readdir('./packs');
this.log.info(`${ydkFiles.length} packs found.`); 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