Cleanup @goof

This commit is contained in:
phil 2024-12-12 03:31:20 +01:00
parent af3454f315
commit 0b8053aa2c
2 changed files with 1 additions and 2 deletions

View file

@ -13,7 +13,7 @@ dependencies = [
]
[project.scripts]
tinystead-mailer = "tinysteady_mailer:main"
tinysteady-mailer = "tinysteady_mailer:main"
[dependency-groups]
dev = ["ipdb>=0.13.13", "ipython>=8.30.0"]

View file

@ -193,7 +193,6 @@ async def send_mail(user: User):
async def mailer():
assert CONFIG is not None
breakpoint()
if not Path(CONFIG).is_file():
logger.warning(f"No {CONFIG} file, aborting.")
sys.exit(1)