aboutsummaryrefslogtreecommitdiff
path: root/modules/weather.py
diff options
context:
space:
mode:
authorGravatar jesopo2019-05-25 21:40:06 +0100
committerGravatar jesopo2019-05-25 21:40:06 +0100
commit268c5adb3c393982b1c337b72d46cb8d1cc84021 (patch)
treecf1eabc2787ca6a1064c2e7e3f7b55f2c78d873d /modules/weather.py
parentRefactor ModuleManager (diff)
signature
Add `depends-on` hashflags to relevant modules
Diffstat (limited to 'modules/weather.py')
-rw-r--r--modules/weather.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/weather.py b/modules/weather.py
index 4504d0e0..be3bb316 100644
--- a/modules/weather.py
+++ b/modules/weather.py
@@ -1,3 +1,5 @@
+#--depends-on commands
+#--depends-on location
#--require-config openweathermap-api-key
from src import ModuleManager, utils