Errors fixed.

This commit is contained in:
threadreaper 2020-08-04 03:11:22 -05:00
parent 2329b1859f
commit d695168a44
2 changed files with 3 additions and 4 deletions

View File

@ -126,7 +126,6 @@ def set_desktop_wallpaper(desktop, img):
""" """
util.disown(["qdbus", "org.kde.plasmashell", "/PlasmaShell", "org.kde.PlasmaShell.evaluateScript", util.disown(["qdbus", "org.kde.plasmashell", "/PlasmaShell", "org.kde.PlasmaShell.evaluateScript",
string % img]) string % img])
else: else:
set_wm_wallpaper(img) set_wm_wallpaper(img)