fix incorrect import statement

This commit is contained in:
2026-01-07 20:22:40 +00:00
parent 23d576c438
commit 9a76a96c00

View File

@@ -4,7 +4,8 @@ import datetime
import subprocess import subprocess
import json import json
from rewind.paths import load_state, load_config from rewind.paths import load_config
from rewind.state import load_state
""" """
Retrieves .ts files recorded between the specified timestamps. Retrieves .ts files recorded between the specified timestamps.