We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4151ae6 commit ac98866Copy full SHA for ac98866
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