mirror of
https://github.com/mistergibson/radio.git
synced 2026-09-08 22:09:51 -07:00
bug fixes
This commit is contained in:
parent
f45c5edc2b
commit
c592ea3af5
3 changed files with 499 additions and 206 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue