From 5f8044cb97c0c05ed4f1884455959ceea51eb8bc Mon Sep 17 00:00:00 2001 From: simon3000 Date: Sun, 10 Sep 2023 03:21:18 +0200 Subject: [PATCH] Revert "disable diff" This reverts commit 62978e47fce968e2f2654c1e5106bc4f3e0e3502. --- api/spider.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/api/spider.ts b/api/spider.ts index e7fa88b6..f4a23fcc 100644 --- a/api/spider.ts +++ b/api/spider.ts @@ -429,10 +429,10 @@ const mal = async (musicData: MusicData[]) => { const players = await analyze([...waits.values()].map(({ core }) => core)) await makeSearch(players) log('Search Cached') - // await diffdiff(musicData) - // log('Difficulty ranked') - // await diffPlayer() - // log('Players Analyzed') + await diffdiff(musicData) + log('Difficulty ranked') + await diffPlayer() + log('Players Analyzed') await reloadAlbums() await updatePlayerData() }