You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When calling update_profile() on HeatingCoolingProfile I get the error NameError: name 'xrange' is not defined.
A quick research says it does not not exist anymorw in python 3. Can you check it please?
I can also fix it and send a pull request, if I not misslead 👍
Hey!
When calling update_profile() on HeatingCoolingProfile I get the error NameError: name 'xrange' is not defined.
A quick research says it does not not exist anymorw in python 3. Can you check it please?
I can also fix it and send a pull request, if I not misslead 👍
https://stackoverflow.com/questions/17192158/nameerror-global-name-xrange-is-not-defined-in-python-3
Best regards Stefan!
The text was updated successfully, but these errors were encountered: