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"
|
||||
readme = "README.md"
|
||||
license = { file = "LICENSE" }
|
||||
license = "MIT"
|
||||
keywords = [ "systemd" ]
|
||||
classifiers = [
|
||||
"Development Status :: 4 - Beta",
|
||||
|
||||
@@ -120,7 +120,6 @@ def cli():
|
||||
cli_list(args, db)
|
||||
elif args.cmd == 'clear':
|
||||
cli_clear(args, db)
|
||||
else:
|
||||
|
||||
sysalert.db.close(db)
|
||||
return ret
|
||||
|
||||
Reference in New Issue
Block a user