From ee66b54bdd17bdaa1b76dc3aab9319aef29df0f9 Mon Sep 17 00:00:00 2001
From: atoav <dh@atoav.com>
Date: Thu, 7 May 2020 11:36:56 +0200
Subject: [PATCH] Make --no-fancy default

---
 bbbmon/bbbmon.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bbbmon/bbbmon.py b/bbbmon/bbbmon.py
index 98ef9ac..9be5af2 100755
--- a/bbbmon/bbbmon.py
+++ b/bbbmon/bbbmon.py
@@ -68,7 +68,7 @@ def main(userconfig, watch):
 @click.option('--compact', '-c', is_flag=True, help="Print compactly")
 @click.option('--twolines', '-2', is_flag=True, help="Print essentials on two lines")
 @click.option('--all', '-a', 'all_', is_flag=True, help="Print all")
-@click.option('--fancy/--no-fancy', default=True, show_default=True, help="Use fancy headers")
+@click.option('--fancy/--no-fancy', default=False, show_default=True, help="Use fancy headers")
 def meetings(ctx, userconfig, watch, short, compact, n, all_, twolines, leaderboards, participants, presenter, presenter_id, meetings, endpoint, fancy):
     """View currently active meetings"""
     if short:
-- 
GitLab