summaryrefslogtreecommitdiff
path: root/examples/example.py
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2017-07-20 23:19:13 +1000
committerDylan Araps <dylan.araps@gmail.com>2017-07-20 23:19:13 +1000
commit52cd5e5f1a7c972a593fe55a853afd43111531e9 (patch)
tree86a972bee26b93db9f8f8bd3fd5c8d05553ec4c0 /examples/example.py
parenta3d4b3d9f348fd308ad8a55f5ef71263e11b6875 (diff)
General: Unhardcode all CACHE_DIR and COLOR_COUNT usage.
Diffstat (limited to 'examples/example.py')
-rw-r--r--examples/example.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/examples/example.py b/examples/example.py
index f81d131..f857b82 100644
--- a/examples/example.py
+++ b/examples/example.py
@@ -1,3 +1,4 @@
+"""Test script for wal api."""
import pywal
@@ -20,9 +21,9 @@ def main():
pywal.reload_env()
# Export template files.
- pywal.export_all_templates(colors,
- "path/to/templates",
- "path/to/save/files/")
+ # pywal.export_all_templates(colors,
+ # "path/to/templates",
+ # "path/to/save/files/")
# Set the wallpaper.
pywal.set_wallpaper(image)