Reduce the doctest lease duration...
[python_utils.git] / orb_utils.py
index 6a12b6f7b1970e92d0697b3633ac35db72895555..e6b06a6c744ce9d91eef76268862b08a62e89a32 100644 (file)
@@ -1,5 +1,7 @@
 #!/usr/bin/env python3
 
+# © Copyright 2021-2022, Scott Gasch
+
 """Utilities related to changing the orb's color."""
 
 import os
@@ -27,6 +29,7 @@ parser.add_argument(
 
 
 def make_orb(color: str) -> None:
+    """Make the orb on my desk a particular color."""
     user_machine = config.config['orb_utils_user_machine']
     orbfile_path = config.config['orb_utils_file_location']
     os.system(f"ssh {user_machine} 'echo \"{color}\" > {orbfile_path}'")