From e9b942e18e7dcf3b5bb088bbb129826238a1378e Mon Sep 17 00:00:00 2001 From: atoav <dh@atoav.com> Date: Thu, 30 Apr 2020 11:56:36 +0200 Subject: [PATCH] Change phrasing for --twoline message --- bbbmon/meetings.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bbbmon/meetings.py b/bbbmon/meetings.py index 118b199..15feba8 100644 --- a/bbbmon/meetings.py +++ b/bbbmon/meetings.py @@ -194,7 +194,7 @@ def meetings_twolines(config: Config, watch: int, fancy: bool): # If there are no meetings, skip to next endpoint if len(meeting) == 0: lines = [ - "{:^60}".format("{} there are no meetings currently.").format(endpoint.name[:3]), + "{:^60}".format("{} there are currently no sessions.").format(endpoint.name[:3]), "" ] # Cut above 60 characters fill empty diff --git a/pyproject.toml b/pyproject.toml index af340c0..ce067b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bbbmon" -version = "0.1.17" +version = "0.1.18" description = "A small CLI utility to monitor bbb usage" authors = ["David Huss <david.huss@hfbk-hamburg.de>"] maintainers = ["David Huss <david.huss@hfbk-hamburg.de>"] -- GitLab