Added some startup information. (0.28.3)
This commit is contained in:
parent
4936bc68a7
commit
36149ce10a
1 changed files with 5 additions and 1 deletions
|
|
@ -50,6 +50,10 @@ def parse_args():
|
||||||
|
|
||||||
|
|
||||||
def linspector():
|
def linspector():
|
||||||
|
print('Starting Linspector...')
|
||||||
|
print('This software is free software licensed under the terms of the MIT license. (c) 2013 - 2023 by '
|
||||||
|
'Johannes Findeisen <you@hanez.org>')
|
||||||
|
|
||||||
args = parse_args()
|
args = parse_args()
|
||||||
monitors = {}
|
monitors = {}
|
||||||
notifications = {}
|
notifications = {}
|
||||||
|
|
@ -63,7 +67,7 @@ def linspector():
|
||||||
try:
|
try:
|
||||||
configuration = Configuration(args.configuration_path)
|
configuration = Configuration(args.configuration_path)
|
||||||
except Exception as err:
|
except Exception as err:
|
||||||
print('configuration error: {0}'.format(err))
|
print('Configuration error: {0}'.format(err))
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
log.remove()
|
log.remove()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue