can import, migration dont work yet

This commit is contained in:
callebtc
2022-10-12 20:52:35 +02:00
parent 65cba2aa84
commit 8721694785
4 changed files with 18 additions and 9 deletions

View File

@@ -22,7 +22,8 @@ def main(
ssl_keyfile: str = None,
ssl_certfile: str = None,
):
"""Launched with `poetry run mint` at root level"""
"""This routine starts the uvicorn server if the Cashu mint is
launched with `poetry run mint` at root level"""
# this beautiful beast parses all command line arguments and passes them to the uvicorn server
d = dict()
for a in ctx.args: