From 046b950b8a0c9c5bd91b40b1d5b1ceeb4f7ef939 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Mon, 10 May 2021 14:35:34 +0200 Subject: [PATCH] Fix parameters name for the sun module --- bumblebee_status/modules/contrib/sun.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bumblebee_status/modules/contrib/sun.py b/bumblebee_status/modules/contrib/sun.py index 6b0734d..e9eefd2 100644 --- a/bumblebee_status/modules/contrib/sun.py +++ b/bumblebee_status/modules/contrib/sun.py @@ -8,8 +8,8 @@ Requires the following python packages: * python-dateutil Parameters: - * cpu.lat : Latitude of your location - * cpu.lon : Longitude of your location + * sun.lat : Latitude of your location + * sun.lon : Longitude of your location (if none of those are set, location is determined automatically via location APIs)