summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--alarmpy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alarmpy.py b/alarmpy.py
index d9254f9..bce4714 100644
--- a/alarmpy.py
+++ b/alarmpy.py
@@ -96,7 +96,7 @@ class Alarm:
def output_error(self, err):
if not self.quiet:
self.output_leading_timestamp()
- click.secho(err, fg="yellow", bold=True)
+ click.secho(err, fg="yellow")
def output_routine(self):
if not self.quiet: