sheagcraig / yo

Send Notification Center messages from the command line
Apache License 2.0
384 stars 44 forks source link

Update `yo_scheduler.py` to `#!/usr/bin/env python3` #60

Open rodchristiansen opened 1 month ago

rodchristiansen commented 1 month ago

This pull request upgrades the yo_scheduler script from Python 2 to Python 3. The primary objective is to ensure compatibility with modern Python environments while maintaining the existing functionality and structure of the script.

Changes Made