From f996f8caef3d032c0d957c94b4c602c9658ea94b Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Thu, 9 May 2019 08:49:12 +0200 Subject: [PATCH 1/2] [doc] Fix cpu.format default value in documentation --- bumblebee/modules/cpu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bumblebee/modules/cpu.py b/bumblebee/modules/cpu.py index 3e4bf72..780c008 100644 --- a/bumblebee/modules/cpu.py +++ b/bumblebee/modules/cpu.py @@ -5,7 +5,7 @@ Parameters: * cpu.warning : Warning threshold in % of CPU usage (defaults to 70%) * cpu.critical: Critical threshold in % of CPU usage (defaults to 80%) - * cpu.format : Format string (defaults to "{:.01f}%)") + * cpu.format : Format string (defaults to "{:.01f}%") """ try: From cef85b47a28ac61705c916d3f95fe0878e29908d Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Thu, 9 May 2019 09:21:30 +0200 Subject: [PATCH 2/2] [doc] Add default refresh interval in doc --- bumblebee/modules/github.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bumblebee/modules/github.py b/bumblebee/modules/github.py index 2373703..919d30b 100644 --- a/bumblebee/modules/github.py +++ b/bumblebee/modules/github.py @@ -7,7 +7,7 @@ Requires the following library: Parameters: * github.token: GitHub user access token, the token needs to have the 'notifications' scope. - * github.interval: Interval in minutes + * github.interval: Interval in minutes between updates, default is 5. """ import bumblebee.input