summaryrefslogtreecommitdiff
path: root/wasp/apps/software.py
diff options
context:
space:
mode:
authorTait Berlette <54515877+taitberlette@users.noreply.github.com>2021-03-30 23:10:24 (GMT)
committerDaniel Thompson <daniel@redfelineninja.org.uk>2021-06-03 20:43:38 (GMT)
commit9ded8e28a69df48fe02e82caed7cd48e4be02b8d (patch)
treef8667e189faa19935063e3e034acfbb8d7738a93 /wasp/apps/software.py
parente76a4afd8550145d4c43b3f1513b2fd209af8dd1 (diff)
Added weather application.
Signed-off-by: Tait Berlette <54515877+taitberlette@users.noreply.github.com>
Diffstat (limited to 'wasp/apps/software.py')
-rw-r--r--wasp/apps/software.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/wasp/apps/software.py b/wasp/apps/software.py
index bc345b5..dcc412e 100644
--- a/wasp/apps/software.py
+++ b/wasp/apps/software.py
@@ -49,6 +49,7 @@ class SoftwareApp():
db.append(('flashlight', factory('Torch')))
db.append(('testapp', factory('Test')))
db.append(('timer', factory('Timer')))
+ db.append(('weather', factory('Weather')))
db.append(('word_clock', factory('Word Clock')))
# Get the initial state for the checkboxes