Removed old code
This commit is contained in:
parent
43398140cd
commit
ba54eb5975
@ -561,10 +561,6 @@ class ImportScores(
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
// It's limited to 10 requests per minute according to @ https://github.com/ppy/osu-api/wiki#get-replay-data
|
|
||||||
// So, we sleep for 6 seconds.
|
|
||||||
// Thread.sleep(6000)
|
|
||||||
|
|
||||||
// Calculate UR
|
// Calculate UR
|
||||||
val processedReplay: CircleguardService.ReplayResponse? = try {
|
val processedReplay: CircleguardService.ReplayResponse? = try {
|
||||||
this.circleguardService.processReplay(
|
this.circleguardService.processReplay(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user