diff options
| -rw-r--r-- | alarmpy/alarmpy.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/alarmpy/alarmpy.py b/alarmpy/alarmpy.py index 6a24d03..c15619b 100644 --- a/alarmpy/alarmpy.py +++ b/alarmpy/alarmpy.py @@ -28,7 +28,7 @@ class Alarm: def __init__( self, language="he", - highlight="", + highlight=None, reverse=False, polling_delay=1, routine_delay=60 * 5, @@ -244,7 +244,6 @@ class Alarm: ) @click.option( "--highlight", - default="", help="String to search for and highlight in case of alarm", ) @click.option( |
