X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=orb_utils.py;h=e6b06a6c744ce9d91eef76268862b08a62e89a32;hb=119692e4487278e5d19c06cfe7dc062c2bd7efc5;hp=f1d0ee0d9c781cc418231d39b49e8b9320a2ed7a;hpb=532df2c5b57c7517dfb3dddd8c1358fbadf8baf3;p=python_utils.git diff --git a/orb_utils.py b/orb_utils.py index f1d0ee0..e6b06a6 100644 --- a/orb_utils.py +++ b/orb_utils.py @@ -29,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}'")