We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d629458 commit b3ea90cCopy full SHA for b3ea90c
1 file changed
bin/stashcp
@@ -407,7 +407,7 @@ def get_best_stashcache():
407
append_text = "api/v1.0/geo/stashcp"
408
409
# Headers for the HTTP request
410
- headers = {'Cache-control': 'max-age=0', 'User-Agent': 'stashcp/%s' % VERSION }
+ headers = {'Cache-control': 'max-age=0', 'User-Agent': 'stashcp/{0}'.format(VERSION) }
411
412
# Randomize the geo ip sites
413
random.shuffle(geo_ip_sites)
0 commit comments