file paths WIP

This commit is contained in:
airclay 2021-09-04 16:49:34 -05:00
parent c7d92466b5
commit cc50629c14
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ with open(path.expanduser("~/.config/systrayUpdater/systrayUpdater.yml")) as f:
wait = int(conf['timer']) * 60000 wait = int(conf['timer']) * 60000
#icnPath = "~/.config/systrayUpdater/" + str(conf['icon']) #icnPath = "~/.config/systrayUpdater/" + str(conf['icon'])
#icn = path.expanduser(icnPath) #icn = path.expanduser(icnPath)
icn = path.expanduser("~/.config/systrayUpdater/") + str(conf['icon']) icn = path.join(path.expanduser("~/.config/systrayUpdater/"), str(conf['icon']))
f.close() f.close()
# Run checkupdates command # Run checkupdates command