mirror of
https://github.com/brendanhaines/ECEN5458_Project.git
synced 2025-07-09 04:06:46 -06:00
messing with controller update
This commit is contained in:
@ -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)
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user