Fix dotdict being subscripted instead of dot.
This commit is contained in:
parent
e3cc64c19c
commit
5232ca81fc
1 changed files with 1 additions and 1 deletions
|
@ -286,7 +286,7 @@ def prepare_plan(
|
|||
return plan_partial
|
||||
|
||||
if server_respects_range:
|
||||
print('Resume from byte %d' % plan_resume['seek_to'])
|
||||
print('Resume from byte %d' % plan_resume.seek_to)
|
||||
return plan_resume
|
||||
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue