Whoops
This commit is contained in:
parent
f43fc2430b
commit
f13a304654
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@
|
||||||
(unless forecast-timer
|
(unless forecast-timer
|
||||||
(when (timerp forecast-timer)
|
(when (timerp forecast-timer)
|
||||||
(cancel-timer forecast-timer))
|
(cancel-timer forecast-timer))
|
||||||
(setq forecast-timer (run-at-time t (* 60 30) (theurgy-weather-fetch-forecast)))))
|
(setq forecast-timer (run-at-time t (* 60 30) #'theurgy-weather-fetch-forecast))))
|
||||||
|
|
||||||
(theurgy-start-forecast-timer)
|
(theurgy-start-forecast-timer)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue