Skip to content
Snippets Groups Projects
Commit e9b942e1 authored by David Huss's avatar David Huss :speech_balloon:
Browse files

Change phrasing for --twoline message

parent 6413831d
No related branches found
No related tags found
No related merge requests found
...@@ -194,7 +194,7 @@ def meetings_twolines(config: Config, watch: int, fancy: bool): ...@@ -194,7 +194,7 @@ def meetings_twolines(config: Config, watch: int, fancy: bool):
# If there are no meetings, skip to next endpoint # If there are no meetings, skip to next endpoint
if len(meeting) == 0: if len(meeting) == 0:
lines = [ 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 # Cut above 60 characters fill empty
......
[tool.poetry] [tool.poetry]
name = "bbbmon" name = "bbbmon"
version = "0.1.17" version = "0.1.18"
description = "A small CLI utility to monitor bbb usage" description = "A small CLI utility to monitor bbb usage"
authors = ["David Huss <david.huss@hfbk-hamburg.de>"] authors = ["David Huss <david.huss@hfbk-hamburg.de>"]
maintainers = ["David Huss <david.huss@hfbk-hamburg.de>"] maintainers = ["David Huss <david.huss@hfbk-hamburg.de>"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment