From 807d502aec088836dfc86bc02d5457142f847691 Mon Sep 17 00:00:00 2001 From: Brendan Haines Date: Wed, 8 Apr 2020 13:55:07 -0600 Subject: [PATCH] messing with controller update --- Software/python/server.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Software/python/server.py b/Software/python/server.py index b41699a..c444f71 100644 --- a/Software/python/server.py +++ b/Software/python/server.py @@ -203,8 +203,11 @@ def stop_controller(attrname=None, old=None, new=None): pass def update_models(attrname=None, old=None, new=None): + stop_controller() + print(attrname) + print(old) + print(new) if new is not None: - stop_controller() exec(new)