Less newlines in `._rpc` log msg

Gud Boi 2026-02-09 13:54:18 -05:00
parent 7c9be6a772
commit c974ce242c
1 changed files with 2 additions and 2 deletions

View File

@ -897,9 +897,9 @@ async def _invoke(
) )
logmeth( logmeth(
f'{message}\n' f'{message}'
f'\n' f'\n'
f'{descr_str}\n' f'{descr_str}'
) )