mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-04-05 06:25:10 +00:00
remove trailing whitespace
This commit is contained in:
parent
15f4f99012
commit
48c4d1e354
41 changed files with 352 additions and 353 deletions
|
|
@ -5,7 +5,7 @@
|
|||
Functions for checking the subprocesses rtl_fm and multimon-ng
|
||||
Used in boswatch.py at startup and designated for watching-service
|
||||
|
||||
@author: Jens Herrmann
|
||||
@author: Jens Herrmann
|
||||
"""
|
||||
|
||||
import logging
|
||||
|
|
@ -32,7 +32,7 @@ def checkRTL():
|
|||
logging.critical("cannot check rtl_fm.log")
|
||||
logging.debug("cannot check rtl_fm.log", exc_info=True)
|
||||
raise
|
||||
|
||||
|
||||
def checkMultimon():
|
||||
"""
|
||||
check startup of multimon-ng
|
||||
|
|
@ -51,4 +51,4 @@ def checkMultimon():
|
|||
# we couldn't work without multimon-ng
|
||||
logging.critical("cannot check multimon.log")
|
||||
logging.debug("cannot check multimon.log", exc_info=True)
|
||||
raise
|
||||
raise
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue