Don't print ranges (leftover debug)
This commit is contained in:
parent
f615117b96
commit
4b3e9f22e0
@ -36,7 +36,6 @@ def handleBinary(env):
|
|||||||
"Accept-Ranges": "bytes"
|
"Accept-Ranges": "bytes"
|
||||||
})
|
})
|
||||||
|
|
||||||
print(rangeStart,rangeEnd)
|
|
||||||
cByte = rangeStart
|
cByte = rangeStart
|
||||||
while cByte < rangeEnd:
|
while cByte < rangeEnd:
|
||||||
bytes = b""
|
bytes = b""
|
||||||
|
Loading…
Reference in New Issue
Block a user