Add missing f-str prefix to log line

Tyler Goodlet 2025-06-09 10:27:01 -04:00
parent ea83a8eee6
commit feb64a3883
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'
)