We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8a5b5d commit e03f6c7Copy full SHA for e03f6c7
novelsave/cli/main.py
@@ -49,7 +49,7 @@ def cli(debug: bool, plain: bool):
49
atexit.register(update_check_event)
50
51
52
-# @logger.catch()
+@logger.catch()
53
def main():
54
try:
55
cli()
0 commit comments