]> git.mxchange.org Git - fba.git/commitdiff
Fixed:
authorRoland Häder <roland@mxchange.org>
Sat, 10 Jun 2023 12:06:45 +0000 (14:06 +0200)
committerRoland Häder <roland@mxchange.org>
Sat, 10 Jun 2023 12:06:45 +0000 (14:06 +0200)
- had to add a 'import reqto' only here to make Python happy
- looks like something in Python internal mapping or so is broken?

fba/commands.py

index 3f5b4354eb7e161e1330e8d23370e6cf3f7b6cd4..d85c1eb938e8071d24ea2fbe393c2ff47570f971 100644 (file)
@@ -24,6 +24,7 @@ import argparse
 import atoma
 import bs4
 import markdown
+import reqto
 import validators
 
 from fba import blacklist