Skip to content

Commit

Permalink
Revert "disable diff"
Browse files Browse the repository at this point in the history
This reverts commit 62978e4.
  • Loading branch information
simon300000 committed Sep 10, 2023
1 parent 5d60cae commit 5f8044c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions api/spider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}
Expand Down

0 comments on commit 5f8044c

Please sign in to comment.