fix print

This commit is contained in:
Lee 2024-08-01 02:18:01 +01:00
parent 58bdc6f414
commit a5a69ae979

@ -251,7 +251,7 @@ public class ScoreSaberPlatform extends Platform {
}
finished++;
if (finished % 100 == 0) {
if (finished % 100 == 0 || finished == leaderboards.size()) {
log.info("Updated {}/{} leaderboards for platform '{}'",
finished,
leaderboards.size(),