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
Traceback (most recent call last):
File "/home/nick/TerrariumPI/terrariumPI.py", line 26, in
terrariumEngine = terrariumEngine()
File "/home/nick/TerrariumPI/terrariumEngine.py", line 135, in init
self.__load_power_switches()
File "/home/nick/TerrariumPI/terrariumEngine.py", line 285, in __load_power_switches
if power_switch.get_id() in prev_state:
UnboundLocalError: local variable 'power_switch' referenced before assignment
After the latest pull it won't start anymore :(
(wanted to test the new notifications haha)
Edit: Rolling back 1 change will fix the startup. so it's commit 239
(f7a339c) messing it up =)
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "/home/nick/TerrariumPI/terrariumPI.py", line 26, in
terrariumEngine = terrariumEngine()
File "/home/nick/TerrariumPI/terrariumEngine.py", line 135, in init
self.__load_power_switches()
File "/home/nick/TerrariumPI/terrariumEngine.py", line 285, in __load_power_switches
if power_switch.get_id() in prev_state:
UnboundLocalError: local variable 'power_switch' referenced before assignment
After the latest pull it won't start anymore :(
(wanted to test the new notifications haha)
Edit: Rolling back 1 change will fix the startup. so it's commit 239
(f7a339c) messing it up =)
The text was updated successfully, but these errors were encountered: