Skip to content

Commit b3ea90c

Browse files
committed
Using proper format for 2.6
1 parent d629458 commit b3ea90c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/stashcp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ def get_best_stashcache():
407407
append_text = "api/v1.0/geo/stashcp"
408408

409409
# Headers for the HTTP request
410-
headers = {'Cache-control': 'max-age=0', 'User-Agent': 'stashcp/%s' % VERSION }
410+
headers = {'Cache-control': 'max-age=0', 'User-Agent': 'stashcp/{0}'.format(VERSION) }
411411

412412
# Randomize the geo ip sites
413413
random.shuffle(geo_ip_sites)

0 commit comments

Comments
 (0)