Fix typo / line length

kraken_ledger_pps
Tyler Goodlet 2022-07-05 16:46:31 -04:00
parent 7846446a44
commit 609034c634
1 changed files with 1 additions and 1 deletions

View File

@ -615,7 +615,7 @@ def load_pps_from_toml(
if not pps: if not pps:
log.warning( log.warning(
f'No `pps.toml` positions cold be loaded for {brokername}:{acctid}' f'No `pps.toml` positions could be loaded {brokername}:{acctid}'
) )
# unmarshal/load ``pps.toml`` config entries into object form. # unmarshal/load ``pps.toml`` config entries into object form.