Bump to v1.3

This commit is contained in:
Dr.Caduceus
2023-11-09 15:14:56 +05:30
committed by GitHub
parent f375d9564b
commit 6bd77046cd

View File

@@ -54,7 +54,7 @@ async def transmit_file(file_id):
async def file_streamer():
current_part = 1
async for chunk in TelegramBot.stream_media(file, offset = floor(from_bytes // chunk_size)):
async for chunk in TelegramBot.stream_media(file, offset = from_bytes // chunk_size):
if not chunk:
break