bug fixes

This commit is contained in:
G. Gibson 2026-09-01 17:17:20 -07:00
commit c592ea3af5
3 changed files with 499 additions and 206 deletions

View file

@ -27,6 +27,8 @@ from urllib.parse import quote
import feedparser
import requests
import requests.packages.urllib3.util.connection as _urllib3_conn
_urllib3_conn.HAS_IPV6 = False
ROOT = Path(__file__).resolve().parent
CONFIG_PATH = ROOT / "config.json"