|
|
|
|
@ -237,6 +237,7 @@ struct TournamentLookUpView: View { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
private func _gatherNumbers() { |
|
|
|
|
searching = true |
|
|
|
|
Task { |
|
|
|
|
print("Doing.....") |
|
|
|
|
let tournamentsToFetch = tournaments.enumerated().filter { (idx, tournament) in |
|
|
|
|
@ -279,6 +280,7 @@ struct TournamentLookUpView: View { |
|
|
|
|
print("Completed batch \(batchIndex + 1) of \(batches.count)") |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
searching = false |
|
|
|
|
print(".....Done") |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|