mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-12-26 00:52:46 +00:00
parent
e9ba23c258
commit
c809423961
|
|
@ -17,7 +17,7 @@ import requests
|
||||||
DOWNLOAD_TIMEOUT = int(os.getenv('DOWNLOAD_TIMEOUT', '1800'))
|
DOWNLOAD_TIMEOUT = int(os.getenv('DOWNLOAD_TIMEOUT', '1800'))
|
||||||
BASE_PATH = os.getenv('TUNASYNC_WORKING_DIR')
|
BASE_PATH = os.getenv('TUNASYNC_WORKING_DIR')
|
||||||
BASE_URL = os.getenv('TUNASYNC_UPSTREAM_URL', "https://packages.adoptium.net/artifactory")
|
BASE_URL = os.getenv('TUNASYNC_UPSTREAM_URL', "https://packages.adoptium.net/artifactory")
|
||||||
FEATURE_VERSIONS = [8, 11, 17, 18]
|
FEATURE_VERSIONS = [8, 11, 17, 18, 19]
|
||||||
|
|
||||||
def download_file(url: str, dst_file: Path)->bool:
|
def download_file(url: str, dst_file: Path)->bool:
|
||||||
try:
|
try:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue