Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
wallpaper: Fix urllib import error.
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Aug 13, 2017
1 parent 611a276 commit 9750559
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pywal/wallpaper.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os
import shutil
import subprocess
import urllib
import urllib.parse

from .settings import CACHE_DIR, HOME, OS
from . import util
Expand Down Expand Up @@ -111,6 +111,7 @@ def change(img):
set_wm_wallpaper(img)

print("wallpaper: Set the new wallpaper.")
print(urllib.parse.quote(img))


def get(cache_dir=CACHE_DIR):
Expand Down

0 comments on commit 9750559

Please sign in to comment.