SC2: Migrate external resources from user repos to sc2 organization (#5653)

This commit is contained in:
Ziktofel
2025-11-24 20:29:41 +01:00
committed by GitHub
parent 2d15c23681
commit e60ea1765c
4 changed files with 920 additions and 921 deletions
+1 -2
View File
@@ -21,7 +21,6 @@ import random
import concurrent.futures
import time
import uuid
import argparse
from pathlib import Path
# CommonClient import first to trigger ModuleUpdater
@@ -82,7 +81,7 @@ nest_asyncio.apply(loop)
MAX_BONUS: int = 28
# GitHub repo where the Map/mod data is hosted for /download_data command
DATA_REPO_OWNER = "Ziktofel"
DATA_REPO_OWNER = "archipelago-sc2"
DATA_REPO_NAME = "Archipelago-SC2-data"
DATA_API_VERSION = "API4"