mirror of
https://github.com/brendanhaines/ECEN5458_Project.git
synced 2024-11-09 21:14:47 -07: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…
Reference in New Issue
Block a user