mirror of
https://github.com/Arrowar/StreamingCommunity.git
synced 2025-06-07 12:05:35 +00:00
api: Add warning altadefinizione
(cherry picked from commit 870714ca7e88d26be1fc5530cf5ba90c69f1c296)
This commit is contained in:
parent
47c12dbb15
commit
2e67a293ad
@ -85,6 +85,7 @@ def download_film(select_title: MediaItem) -> str:
|
||||
|
||||
except Exception as e:
|
||||
console.print(f"[red]Error fetching mostraguarda link: {e}")
|
||||
console.print("[yellow]Missing access credentials. This part of the code is still under development.")
|
||||
if site_constant.TELEGRAM_BOT:
|
||||
bot.send_message(f"ERRORE\n\nErrore durante il recupero del link mostra/guarda.\n\n{e}", None)
|
||||
return None
|
||||
|
Loading…
x
Reference in New Issue
Block a user