Cleanup @goof
This commit is contained in:
parent
af3454f315
commit
0b8053aa2c
2 changed files with 1 additions and 2 deletions
|
@ -13,7 +13,7 @@ dependencies = [
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
tinystead-mailer = "tinysteady_mailer:main"
|
tinysteady-mailer = "tinysteady_mailer:main"
|
||||||
|
|
||||||
[dependency-groups]
|
[dependency-groups]
|
||||||
dev = ["ipdb>=0.13.13", "ipython>=8.30.0"]
|
dev = ["ipdb>=0.13.13", "ipython>=8.30.0"]
|
||||||
|
|
|
@ -193,7 +193,6 @@ async def send_mail(user: User):
|
||||||
|
|
||||||
async def mailer():
|
async def mailer():
|
||||||
assert CONFIG is not None
|
assert CONFIG is not None
|
||||||
breakpoint()
|
|
||||||
if not Path(CONFIG).is_file():
|
if not Path(CONFIG).is_file():
|
||||||
logger.warning(f"No {CONFIG} file, aborting.")
|
logger.warning(f"No {CONFIG} file, aborting.")
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue