e
This commit is contained in:
parent
bfe55b7c93
commit
00000d9a85
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ urls: dict[str, dict[str, str]] = {}
|
||||||
|
|
||||||
BASE_URL = "https://streambtw.com/"
|
BASE_URL = "https://streambtw.com/"
|
||||||
|
|
||||||
CACHE_FILE = Cache(Path(__file__).parent / "caches" / "streambtw.json", exp=86_400)
|
CACHE_FILE = Cache(Path(__file__).parent / "caches" / "streambtw.json", exp=10_800)
|
||||||
|
|
||||||
|
|
||||||
async def process_event(
|
async def process_event(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue