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