Closedown
This commit is contained in:
@@ -4,6 +4,9 @@ class SimulatedEnergy(Writable):
|
||||
return "Energy"
|
||||
|
||||
def write(self, value):
|
||||
put(value)
|
||||
|
||||
def put(self, value):
|
||||
global energy
|
||||
energy = value
|
||||
|
||||
|
||||
Reference in New Issue
Block a user