Change default for notify_discord

This commit is contained in:
Joakim Hellsén 2021-12-14 01:19:30 +01:00
commit c56fc76d6a
No known key found for this signature in database
GPG key ID: 01FD861E3DAC09AC

View file

@ -16,7 +16,7 @@ hook = Webhook(Settings.webhook_url)
@app.command()
def add(
feed_url: str = typer.Argument(..., help="RSS or Atom feed URL."),
notify_discord: bool = typer.Option(False, help="Send message to Discord."),
notify_discord: bool = typer.Option(True, help="Send message to Discord."),
) -> None:
"""Add a feed to the database