We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90daf01 commit e2fb786Copy full SHA for e2fb786
1 file changed
bin/stashcp
@@ -295,7 +295,7 @@ def get_best_stashcache():
295
append_text = "api/v1.0/geo/stashcp"
296
297
# Headers for the HTTP request
298
- headers = {'Cache-control': 'max-age=0', 'User-Agent': 'stashcp/4.1'}
+ headers = {'Cache-control': 'max-age=0', 'User-Agent': 'stashcp/4.3.1'}
299
300
# Randomize the geo ip sites
301
random.shuffle(geo_ip_sites)
0 commit comments