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
Branches
Tags v0.1.18
No related merge requests found
......@@ -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
......
[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>"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment