mirror of
https://github.com/g0ldyy/comet.git
synced 2026-01-12 01:16:12 +01:00
fix: wtf
This commit is contained in:
+1
-1
@@ -417,7 +417,7 @@ async def playback(request: Request, b64config: str, hash: str, index: str):
|
||||
end = int(end) if end else ""
|
||||
range = f"bytes={start}-{end}"
|
||||
|
||||
async with await session.get(
|
||||
async with session.get(
|
||||
download_link, headers={"Range": range}, proxy=proxy
|
||||
) as response:
|
||||
if response.status == 206:
|
||||
|
||||
Reference in New Issue
Block a user