api: Fix example.

This commit is contained in:
dylan araps 2017-07-20 12:43:23 +10:00
parent 6678fa7953
commit 93b8c3a6d1

View File

@ -20,3 +20,6 @@ def main():
# Set the wallpaper. # Set the wallpaper.
pywal.set_wallpaper(image) pywal.set_wallpaper(image)
main()