From 0bd10280a962ac726258599761855725aa90ac79 Mon Sep 17 00:00:00 2001 From: Leonardo Sala Date: Tue, 9 Aug 2016 14:34:21 +0200 Subject: [PATCH] Script execution --- script/local.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/local.py b/script/local.py index 5fba8b3..4547979 100644 --- a/script/local.py +++ b/script/local.py @@ -7,7 +7,7 @@ class PicoAmp(DeviceBase): DeviceBase.__init__(self, name) self.prefix = prefix - def do_something(): + def do_something(self): print "OK"