From 8b75d346ad92ee628e3025f891d58e20fbff791f Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Tue, 2 Jun 2015 10:13:29 +0200 Subject: [PATCH] Script execution --- script/power-supply.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/script/power-supply.py b/script/power-supply.py index 18935cf..04b8fbe 100644 --- a/script/power-supply.py +++ b/script/power-supply.py @@ -62,4 +62,6 @@ def main(): scan.end() - return 1 \ No newline at end of file + return 1 + +main() \ No newline at end of file