From 0734c970b0cc4846e4517ddd5ed6455119e09c98 Mon Sep 17 00:00:00 2001 From: tobi-wan-kenobi Date: Fri, 12 Feb 2021 09:30:24 +0100 Subject: [PATCH] [modules/hddtemp] fix typo fixes #761 --- bumblebee_status/modules/contrib/hddtemp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bumblebee_status/modules/contrib/hddtemp.py b/bumblebee_status/modules/contrib/hddtemp.py index a039166..6e269cb 100644 --- a/bumblebee_status/modules/contrib/hddtemp.py +++ b/bumblebee_status/modules/contrib/hddtemp.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -"""Fetch hard drive temeperature data from a hddtemp daemon +"""Fetch hard drive temperature data from a hddtemp daemon that runs on localhost and default port (7634) contributed by `somospocos `_ - many thanks!