Fix f-str in duplicate frame msg print

samplerd_service
Tyler Goodlet 2022-12-18 14:38:28 -05:00
parent 4cdd2271b0
commit 1c5141f4c6
1 changed files with 1 additions and 1 deletions

View File

@ -405,7 +405,7 @@ async def start_backfill(
if next_start_dt in starts: if next_start_dt in starts:
start_dt = min(starts) start_dt = min(starts)
print("SKIPPING DUPLICATE FRAME @ {next_start_dt}") print(f"SKIPPING DUPLICATE FRAME @ {next_start_dt}")
continue continue
# only update new start point if not-yet-seen # only update new start point if not-yet-seen