mirror of
https://github.com/oskvr37/tiddl.git
synced 2026-08-03 13:27:06 +03:00
✨ exit command on AuthError
This commit is contained in:
@@ -257,6 +257,7 @@ def DownloadCommand(
|
||||
|
||||
except AuthError as e:
|
||||
click.echo(click.style(f"✖ {e}", "red"))
|
||||
return
|
||||
|
||||
|
||||
UrlGroup.add_command(DownloadCommand)
|
||||
|
||||
Reference in New Issue
Block a user