Skip to content

Commit 8ac3cdf

Browse files
remove extra variable added in 07d6898
1 parent 1e4e018 commit 8ac3cdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

steam/client/cdn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ def read(self, length=-1):
357357
chunk_end = chunk_start + chunk.cb_original
358358

359359
if ( chunk_start <= self.offset < chunk_end
360-
or (chunk_end, chunk_start > self.offset and end_offset > chunk_end)
360+
or (chunk_start > self.offset and end_offset > chunk_end)
361361
or chunk_start < end_offset <= chunk_end):
362362
if start_offset is None:
363363
start_offset = chunk.offset

0 commit comments

Comments
 (0)