Skip to content

Commit

Permalink
disable diff
Browse files Browse the repository at this point in the history
  • Loading branch information
simon300000 committed Sep 7, 2023
1 parent bbee124 commit 62978e4
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 62978e4

Please sign in to comment.