diff --git a/footron_controller/api.py b/footron_controller/api.py index c495e89..a84ce45 100644 --- a/footron_controller/api.py +++ b/footron_controller/api.py @@ -220,7 +220,7 @@ async def set_release(id: str, body: SetExperienceReleaseBody): @atexit.register -def on_shutdown(): +def cleanup(): # TODO: Handle closing in the middle of a transition (keep track of all running # experiences in a dict or something)