diff --git a/systrayUpdater b/systrayUpdater index 1e5f03f..c90e466 100755 --- a/systrayUpdater +++ b/systrayUpdater @@ -17,7 +17,6 @@ with open(path.expanduser("~/.config/systrayUpdater/systrayUpdater.yml")) as f: conf = yaml.load(f, yaml.FullLoader) term = str(conf['terminal']) opt = str(conf['option']) - cache = str(conf['cache']).capitalize() wait = int(conf['timer']) * 60000 icn = path.join(path.expanduser("~/.config/systrayUpdater/"), str(conf['icon'])) f.close()