Spaces:
Sleeping
Sleeping
Update src/routes/download.py
Browse files- src/routes/download.py +0 -1
src/routes/download.py
CHANGED
|
@@ -40,7 +40,6 @@ async def downloadFunction(name):
|
|
| 40 |
def download_file(response):
|
| 41 |
print("Started Streamming")
|
| 42 |
for chunk in response.iter_content(4096):
|
| 43 |
-
print(str(chunk))
|
| 44 |
yield chunk
|
| 45 |
|
| 46 |
def get_confirm_token(response):
|
|
|
|
| 40 |
def download_file(response):
|
| 41 |
print("Started Streamming")
|
| 42 |
for chunk in response.iter_content(4096):
|
|
|
|
| 43 |
yield chunk
|
| 44 |
|
| 45 |
def get_confirm_token(response):
|