Skip to content

Commit

Permalink
Rename atexit fn to something that makes more sense
Browse files Browse the repository at this point in the history
  • Loading branch information
vinhowe committed Aug 3, 2021
1 parent a4037e7 commit 7b6a57a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion footron_controller/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 7b6a57a

Please sign in to comment.