1
0
mirror of https://github.com/gsi-upm/senpy synced 2025-08-24 10:32:20 +00:00

Fix list of plugins

Closes #17
This commit is contained in:
J. Fernando Sánchez
2017-03-14 13:05:52 +01:00
parent 1a582c0843
commit 603e086606
5 changed files with 34 additions and 13 deletions

View File

@@ -1,8 +1,8 @@
from senpy.plugins import SenpyPlugin
from senpy.plugins import AnalysisPlugin
from time import sleep
class SleepPlugin(SenpyPlugin):
class SleepPlugin(AnalysisPlugin):
def activate(self, *args, **kwargs):
sleep(self.timeout)