Add missing f-str prefix to log line

binance_api_3.1
Tyler Goodlet 2025-06-09 10:27:01 -04:00
parent a743fa28b5
commit 82c2256271
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'
)