remove cacheUpdates options to avoid partial updates

This commit is contained in:
airclay 2021-09-12 08:29:35 -05:00
parent 52a8036b42
commit 25c6b8a8bf
1 changed files with 0 additions and 1 deletions

View File

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