mirror of
https://github.com/doms9/iptv.git
synced 2025-12-10 20:39:03 +01:00
e
- update streambtw refresh frequency
This commit is contained in:
parent
8e5a0e3006
commit
00000d9dd3
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ log = get_logger(__name__)
|
|||
|
||||
urls: dict[str, dict[str, str | float]] = {}
|
||||
|
||||
CACHE_FILE = Cache("streambtw.json", exp=19_800)
|
||||
CACHE_FILE = Cache("streambtw.json", exp=5_400)
|
||||
|
||||
BASE_URL = "https://streambtw.com"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue