|
progress = round((current_size / total_size) * 100, 2)
|
|
progress = round((current_size / total_size) * 100, 2)
|
|
yield f'data: {{"progress": {progress}, "completed": {current_size}, "total": {total_size}}}\n\n'
|
|
yield f'data: {{"progress": {progress}, "completed": {current_size}, "total": {total_size}}}\n\n'
|