Skip to content

Commit

Permalink
Merge branch 'master' into feature/summary-emails
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanpeach committed Mar 16, 2024
2 parents efa524f + b009cd4 commit d1cdc98
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dogbarking/__main__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from pathlib import Path
import textwrap
import sys
import textwrap
from typing import Annotated, Optional
from datetime import datetime
import pyaudio
Expand Down Expand Up @@ -72,9 +71,6 @@ def nogui(
help="The SMTP port to send the email.", envvar="DOGBARKING_SMTP_PORT"
),
] = 465,
summary_cron: Annotated[
str, typer.Option(help="The cron schedule to send a summary email.")
] = "*/30 * * * *",
log_level: Annotated[
str,
typer.Option(
Expand Down

0 comments on commit d1cdc98

Please sign in to comment.