alfred-workflow-gauth
alfred-workflow-gauth copied to clipboard
Workflow is broken with Python 3.10
plistlib.readPlist method was removed in Python 3.9, so the workflow with the newer versions of Python is broken.
plistlib.load should be used to parse the plist file.
