Commit 77ec296a authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

chore: print removed

parent bc80f143
......@@ -964,8 +964,6 @@ async def download_file_stream(
done = current_size == total_size
progress = round((current_size / total_size) * 100, 2)
print(progress)
yield f'data: {{"progress": {progress}, "completed": {current_size}, "total": {total_size}}}\n\n'
if done:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment