]> git.mxchange.org Git - fba.git/commit
Fixed:
authorRoland Häder <roland@mxchange.org>
Tue, 20 Jun 2023 12:58:26 +0000 (14:58 +0200)
committerRoland Häder <roland@mxchange.org>
Tue, 20 Jun 2023 12:58:26 +0000 (14:58 +0200)
commitc1d169b84e21c0f20305823cc4566bd7973d8f71
tree9697046dce4d4dbe538d87c0de7c043c1e62bdd8
parent6397213eacef096588eef50af5cf4c39a1f18158
Fixed:
- `if not "foo" in bar` is wrong, use `if "foo" not in bar` instead
fba/commands.py
fba/federation.py
fba/helpers/version.py
fba/networks/misskey.py