text-module enhancement

This allows an improved approach to load text from URL
Also improved the function to check for a connection by attempting three times before giving up
This commit is contained in:
Ace
2023-11-08 20:22:50 +01:00
parent 3124ecd535
commit bebe60aef3
5 changed files with 37 additions and 43 deletions

View File

@@ -23,3 +23,4 @@ typing_extensions==4.8.0
urllib3==2.0.7
python-dotenv==1.0.0
setuptools==68.2.2
html2text==2020.1.16