wallpaper: Fix crash when old wallpaper file doesn't exist. Fixes #63

This commit is contained in:
Dylan Araps 2017-07-30 10:41:59 +10:00
parent 31425f77a0
commit 974565bacb

View File

@ -103,3 +103,5 @@ def get(cache_dir=CACHE_DIR):
if current_wall.is_file():
return util.read_file(current_wall)[0]
return "None"