fix syntax and license expression
This commit is contained in:
+1
-1
@@ -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",
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user