remove cacheUpdates options to avoid partial updates
This commit is contained in:
parent
52a8036b42
commit
25c6b8a8bf
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue