From 589b18305976b91044a904d496cb095f2f5faf5e Mon Sep 17 00:00:00 2001 From: owen Date: Tue, 10 Jun 2025 10:30:51 -0400 Subject: [PATCH] Update downloadDlcs.py --- downloadDlcs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/downloadDlcs.py b/downloadDlcs.py index 348308f..ae46964 100644 --- a/downloadDlcs.py +++ b/downloadDlcs.py @@ -8,7 +8,7 @@ from time import sleep import os, io, zipfile -OUT_DIR = "../dlc" # Directory where the dlc files will be downloaded +OUT_DIR = "./dlc" # Directory where the dlc files will be downloaded LANGUAGE = ["en"] # en,fr,it,de,es,ko,zh,cn,pt,ru,tc,da,sv,no,nl,tr,th ALL_TIERS = True # Download the dlcs in every tier