mirror of
https://github.com/brendanhaines/ECEN5458_Project.git
synced 2025-04-22 00:37:58 -06:00
messing with controller update
This commit is contained in:
parent
686a092005
commit
807d502aec
@ -203,8 +203,11 @@ def stop_controller(attrname=None, old=None, new=None):
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
def update_models(attrname=None, old=None, new=None):
|
def update_models(attrname=None, old=None, new=None):
|
||||||
if new is not None:
|
|
||||||
stop_controller()
|
stop_controller()
|
||||||
|
print(attrname)
|
||||||
|
print(old)
|
||||||
|
print(new)
|
||||||
|
if new is not None:
|
||||||
exec(new)
|
exec(new)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user