persistent-evdev
persistent-evdev copied to clipboard
fix: Create cache dir if doesnt exist
fixes issue #2
i just added to lines
if not os.path.exists(self.state.cache_path):
os.makedirs(self.state.cache_path)
inside make_capabilities_path()