add HTTP byte range request support to media file serving

This commit is contained in:
Nick Sweeting 2024-09-05 21:41:49 -07:00
parent ba6c1fd69b
commit c76c50e71f
No known key found for this signature in database
4 changed files with 181 additions and 8 deletions

View file

@ -68,7 +68,7 @@ def wait_for_bg_threads_to_exit(thread_names: Iterable[str]=(), ignore_names: It
else:
return tries
raise Exception('Background threads failed to exit after {tries}s: {threads_summary}')
raise Exception(f'Background threads failed to exit after {tries}s: {threads_summary}')
def list_subcommands() -> Dict[str, str]: