Fixed compilation issue

closed_groups
SessionHero01 6 months ago
parent 7c1efeaaaa
commit 5e44d3f808
No known key found for this signature in database

@ -106,6 +106,7 @@ class IP2Country internal constructor(
private fun populateCacheIfNeeded() {
GlobalScope.launch {
val start = System.currentTimeMillis()
OnionRequestAPI.paths.iterator().forEach { path ->
path.iterator().forEach { snode ->
cacheCountryForIP(snode.ip) // Preload if needed

Loading…
Cancel
Save