]> git.earman.xyz Git - sensor-watch.git/commit
Added output to watch face script
authorDavid Keck <davidskeck@users.noreply.github.com>
Sat, 5 Feb 2022 03:44:45 +0000 (21:44 -0600)
committerGitHub <noreply@github.com>
Sat, 5 Feb 2022 03:44:45 +0000 (21:44 -0600)
commite33530e1d06684b3f348f35dc3bf893f332024a2
treefd8060548f9e5619191335862d75f150c307df30
parenta3085cb1364cba787ede58a35f3106108604b283
Added output to watch face script

changed `--author_name` to `--author-name` to match typical style of command line arguments
changed some function names and implementations to improve readability
changed to `sys.exit` instead of exit as `sys.exit` is recommended for use in programs and `exit` is intended for use in the interactive shell (this can cause issues for some terminal emulators)
movement/template/watch_face.py