mirror of
https://github.com/g0ldyy/comet.git
synced 2026-01-12 01:16:12 +01:00
Update core.py
This commit is contained in:
+1
-3
@@ -1,7 +1,5 @@
|
||||
import PTT
|
||||
import RTN
|
||||
import random
|
||||
import string
|
||||
|
||||
from fastapi import APIRouter, Request
|
||||
from fastapi.responses import RedirectResponse
|
||||
@@ -63,7 +61,7 @@ async def manifest(b64config: str = None):
|
||||
debrid_extension = get_debrid_extension(config["debridService"])
|
||||
|
||||
return {
|
||||
"id": f"{settings.ADDON_ID}.{''.join(random.choice(string.ascii_letters) for _ in range(4))}",
|
||||
"id": settings.ADDON_ID,
|
||||
"name": f"{settings.ADDON_NAME}{(' | ' + debrid_extension) if debrid_extension is not None else ''}",
|
||||
"description": "Stremio's fastest torrent/debrid search add-on.",
|
||||
"version": "1.0.0",
|
||||
|
||||
Reference in New Issue
Block a user