diff options
Diffstat (limited to 'wasp/apps/software.py')
| -rw-r--r-- | wasp/apps/software.py | 1 |
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 |
