Update download.py

This commit is contained in:
Jarrett Minton 2025-08-27 15:32:03 -06:00
parent 66b8170bc2
commit d3ff660943

View File

@ -7,8 +7,9 @@ import pwd
import grp
from urllib.parse import urljoin, unquote
from bs4 import BeautifulSoup
import sys
BASE_URL = "http://0.0.0.0:8000"
BASE_URL = f"http://{sys.argv[1]}:8000"
MAX_WORKERS = 4
def get_folders():