Closed paulik123 closed 3 years ago
https://sockpuppet.argpar.se/persistence#instance-variables
Here in the example_reflex.py example.
Change this:
def updateValue this.value = self.element['value']
to this
def updateValue(self): self.value = self.element.attributes['value']
Thanks! I've amended that.
Bug Report
https://sockpuppet.argpar.se/persistence#instance-variables
Here in the example_reflex.py example.
Change this:
to this