mirror of
https://github.com/g0ldyy/comet.git
synced 2026-01-12 01:16:12 +01:00
Update stream.py
This commit is contained in:
+1
-1
@@ -215,7 +215,7 @@ async def stream(request: Request, b64config: str, type: str, id: str):
|
||||
index_less = 0
|
||||
for hash in torrent_hashes:
|
||||
if hash[1] is None:
|
||||
del torrents[hash[0]]
|
||||
del torrents[hash[0] - index_less]
|
||||
index_less += 1
|
||||
continue
|
||||
|
||||
|
||||
Reference in New Issue
Block a user