]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Update publish_multi_request.py
authorValeriy <vnazarov@smokeofanarchy.ru>
Sun, 29 Dec 2024 15:36:39 +0000 (01:36 +1000)
committerGitHub <noreply@github.com>
Sun, 29 Dec 2024 15:36:39 +0000 (01:36 +1000)
Tools/publish_multi_request.py

index 0000cc54a2bc7ddf070a83ed9c0e15b6b1f5de80..fe2d977ae5a4eb708d6f8e5e368a88ee48b7a208 100755 (executable)
@@ -15,7 +15,7 @@ RELEASE_DIR = "release"
 # Forks should change these to publish to their own infrastructure.
 #
 ROBUST_CDN_URL = "https://ss14.smokeofanarchy.ru/cdn/"
-FORK_ID = "SMoA"
+FORK_ID = "sandbox"
 
 def main():
     session = requests.Session()