Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
bbb
bbbmon
Commits
e9b942e1
Commit
e9b942e1
authored
Apr 30, 2020
by
David Huss
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change phrasing for --twoline message
parent
6413831d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
bbbmon/meetings.py
bbbmon/meetings.py
+1
-1
pyproject.toml
pyproject.toml
+1
-1
No files found.
bbbmon/meetings.py
View file @
e9b942e1
...
...
@@ -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
...
...
pyproject.toml
View file @
e9b942e1
[tool.poetry]
name
=
"bbbmon"
version
=
"0.1.1
7
"
version
=
"0.1.1
8
"
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>"
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment