We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00bb9b0 commit c4893eaCopy full SHA for c4893ea
examples/environment.py
@@ -30,7 +30,7 @@ def do_sunbathe(self, arg):
30
result = 'UV is bad for your skin.'
31
self.poutput(result)
32
33
- def _onchange_degrees_c(self, old, new):
+ def _onchange_degrees_c(self, param_name, old, new):
34
# if it's over 40C, it's gotta be sunny, right?
35
if new > 40:
36
self.sunny = True
0 commit comments