_properties = plistlib.readPlist(os.path.join(os.path.dirname(sys.executable), 'Info.plist'))
AttributeError: module 'plistlib' has no attribute 'readPlist'
and there is another problem,
in _render Timer has no attribute isAlive()
I don’t know if there is another problems but stash need update
_properties = plistlib.readPlist(os.path.join(os.path.dirname(sys.executable), 'Info.plist'))
AttributeError: module 'plistlib' has no attribute 'readPlist'
and there is another problem,
in _render Timer has no attribute isAlive()
I don’t know if there is another problems but stash need update