Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/plugins/audio_sensors_plugin.py
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/audio_sensors_plugin.py')
-rw-r--r--plugins/audio_sensors_plugin.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/audio_sensors_plugin.py b/plugins/audio_sensors_plugin.py
index 1fdcc2c..6723b9c 100644
--- a/plugins/audio_sensors_plugin.py
+++ b/plugins/audio_sensors_plugin.py
@@ -198,10 +198,12 @@ class Audio_sensors_plugin(Plugin):
def goto_background(self):
# This gets called when your process is sent to the background
+ # TODO: handle this case
pass
def return_to_foreground(self):
# This gets called when your process returns from the background
+ # TODO: handle this case
pass
def quit(self):