We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4151ae6 + ac98866 commit 1d3dd91Copy full SHA for 1d3dd91
1 file changed
bin/stashcp
@@ -453,7 +453,7 @@ def get_best_stashcache():
453
454
if order_str == '':
455
# Unable to find a geo_ip server to use, return random choice from caches!
456
- minsite = random.choice(caches_list)
+ minsite = random.choice(caches_list)['name']
457
logging.error("Unable to use Geoip to find closest cache! Returning random cache %s", minsite)
458
return minsite
459
else:
0 commit comments