mirror of
https://github.com/Arrowar/StreamingCommunity.git
synced 2025-06-07 12:05:35 +00:00
Fix upload not working.
This commit is contained in:
parent
4766a1017d
commit
678e39cc46
@ -90,7 +90,7 @@ def download_and_extract_latest_commit():
|
|||||||
console.log("[green]Getting zip file from repository...")
|
console.log("[green]Getting zip file from repository...")
|
||||||
|
|
||||||
# Download the zipball
|
# Download the zipball
|
||||||
response = httpx.get(zipball_url)
|
response = httpx.get(zipball_url, follow_redirects=True, timeout=10)
|
||||||
|
|
||||||
# Extract the content of the zipball into a temporary folder
|
# Extract the content of the zipball into a temporary folder
|
||||||
temp_path = os.path.join(os.path.dirname(os.getcwd()), 'temp_extracted')
|
temp_path = os.path.join(os.path.dirname(os.getcwd()), 'temp_extracted')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user