6 lines
130 B
Plaintext
6 lines
130 B
Plaintext
(defpoll weather :interval "10m" `python scripts/weather.py`)
|
|
|
|
(defwidget weather []
|
|
(label :class "weather" :text weather)
|
|
)
|