mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-01-03 23:30:19 +01:00
Merge pull request #216 from Schrolli91/flothi-patch-1
Update boswatch.py
This commit is contained in:
commit
689b1bc8b1
|
|
@ -30,6 +30,12 @@ from includes import checkSubprocesses # check startup of the subprocesses
|
|||
from includes.helper import configHandler
|
||||
from includes.helper import freqConverter
|
||||
|
||||
#
|
||||
# Check for exisiting config/config.ini-file
|
||||
#
|
||||
if not os.path.exists(os.path.dirname(os.path.abspath(__file__))+"/config/config.ini"):
|
||||
print "ERROR: No config.ini found"
|
||||
exit(1)
|
||||
|
||||
#
|
||||
# ArgParser
|
||||
|
|
|
|||
Loading…
Reference in a new issue