Skip to content

Commit e2fb786

Browse files
committed
Adding correct version of stashcp
1 parent 90daf01 commit e2fb786

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
@@ -295,7 +295,7 @@ def get_best_stashcache():
295295
append_text = "api/v1.0/geo/stashcp"
296296

297297
# Headers for the HTTP request
298-
headers = {'Cache-control': 'max-age=0', 'User-Agent': 'stashcp/4.1'}
298+
headers = {'Cache-control': 'max-age=0', 'User-Agent': 'stashcp/4.3.1'}
299299

300300
# Randomize the geo ip sites
301301
random.shuffle(geo_ip_sites)

0 commit comments

Comments
 (0)