api: Add warning altadefinizione

(cherry picked from commit 870714ca7e88d26be1fc5530cf5ba90c69f1c296)
This commit is contained in:
Lovi 2025-03-16 15:42:50 +01:00 committed by RubyTemple
parent 47c12dbb15
commit 2e67a293ad

View File

@ -85,6 +85,7 @@ def download_film(select_title: MediaItem) -> str:
except Exception as e: except Exception as e:
console.print(f"[red]Error fetching mostraguarda link: {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: if site_constant.TELEGRAM_BOT:
bot.send_message(f"ERRORE\n\nErrore durante il recupero del link mostra/guarda.\n\n{e}", None) bot.send_message(f"ERRORE\n\nErrore durante il recupero del link mostra/guarda.\n\n{e}", None)
return None return None