aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/weather.py
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 14:57:02 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 14:57:02 +0100
commitb18d4acc015fb9ff66969ac95a4d8e78bdfa43e2 (patch)
tree00620b1233219b876253b3e6715a8d062fa36573 /src/plugins/weather.py
parentUpdate-email (diff)
downloadxpybar-b18d4acc015fb9ff66969ac95a4d8e78bdfa43e2.tar.gz
xpybar-b18d4acc015fb9ff66969ac95a4d8e78bdfa43e2.tar.bz2
xpybar-b18d4acc015fb9ff66969ac95a4d8e78bdfa43e2.tar.xz
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'src/plugins/weather.py')
-rw-r--r--src/plugins/weather.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/weather.py b/src/plugins/weather.py
index fa3f482..b8a7432 100644
--- a/src/plugins/weather.py
+++ b/src/plugins/weather.py
@@ -178,4 +178,3 @@ class Weather:
if ob.endswith('SM') and (len(ob) > 0):
if len(list(filter(lambda c : not ('0' <= c <= '9'), ob))) == 2:
self.visibility = float(ob[:-2])
-