fix syntax and license expression

This commit is contained in:
2026-08-02 07:53:41 +03:00
parent 1aff092d62
commit 7ac825b59d
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ dependencies = [
] ]
description = "Generic OnFailure= and OnSuccess= handler for systemd" description = "Generic OnFailure= and OnSuccess= handler for systemd"
readme = "README.md" readme = "README.md"
license = { file = "LICENSE" } license = "MIT"
keywords = [ "systemd" ] keywords = [ "systemd" ]
classifiers = [ classifiers = [
"Development Status :: 4 - Beta", "Development Status :: 4 - Beta",
-1
View File
@@ -120,7 +120,6 @@ def cli():
cli_list(args, db) cli_list(args, db)
elif args.cmd == 'clear': elif args.cmd == 'clear':
cli_clear(args, db) cli_clear(args, db)
else:
sysalert.db.close(db) sysalert.db.close(db)
return ret return ret