Add missing f-str prefix to log line

rando_data_subsys_styling
Tyler Goodlet 2025-06-09 10:27:01 -04:00
parent 323290d20b
commit 2158e27a66
1 changed files with 1 additions and 1 deletions

View File

@ -740,7 +740,7 @@ async def sample_and_broadcast(
log.warning(
f'Feed OVERRUN {sub_key}'
'@{bus.brokername} -> \n'
f'@{bus.brokername} -> \n'
f'feed @ {chan.uid}\n'
f'throttle = {throttle} Hz'
)