From c2262d3176cd1e5e33ccbf4432ac063051270634 Mon Sep 17 00:00:00 2001 From: x07maop Date: Mon, 6 Jul 2015 09:45:52 +0200 Subject: [PATCH] Closedown --- script/local.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/script/local.py b/script/local.py index f60a812..2e0ec16 100644 --- a/script/local.py +++ b/script/local.py @@ -4,6 +4,9 @@ class SimulatedEnergy(Writable): return "Energy" def write(self, value): + put(value) + + def put(self, value): global energy energy = value