]> git.mxchange.org Git - fba.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Mon, 21 Apr 2025 02:21:03 +0000 (04:21 +0200)
committerRoland Häder <roland@mxchange.org>
Mon, 21 Apr 2025 02:21:03 +0000 (04:21 +0200)
commit535d86148e8d80837fda1e8aa0f551f8b67ab396
treecf967d449091ec0d717b86dcc0c88700df160f26
parentf37b175fb9c42f106951b4f3685793dc5f9fd080
Continued:
- fixed some tpzos (TypError -> TypeError, row[block] -> block[reason], ...)
- RuntimeException is RuntimeError (confusing as errors are hard for my understanding)
- used f-string instead (pylint is now a bit happier)
- still it is confusing with import errors?!
fba/commands.py
fba/helpers/software.py
fba/http/network.py
fba/models/blocks.py
fba/networks/mastodon.py