pbdco
Results
1
comments of
pbdco
> 1. Open Google Authenticator directory in finder. > 2. Open `alfred.py`, replace code > `preferences = plistlib.readPlist('info.plist')` > with > ```python > with open('info.plist', 'rb') as fp : >...