diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2017-07-20 23:40:20 +1000 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2017-07-20 23:40:20 +1000 |
| commit | 477ca7398d86af76481deb6f6961539486b9a91d (patch) | |
| tree | 6dc37927985d3e9da791279ad58808fa594faebf /examples/example.py | |
| parent | 4fd592b7d0a5fcf6674d07f34e6d92051634fc6c (diff) | |
api: Fix comment.
Diffstat (limited to 'examples/example.py')
| -rw-r--r-- | examples/example.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/example.py b/examples/example.py index 870ba41..b4b40e1 100644 --- a/examples/example.py +++ b/examples/example.py @@ -9,7 +9,6 @@ def main(): image = pywal.get_image("/home/dylan/Pictures/Wallpapers/") # Return a dict with the palette. - # # Set quiet to 'True' to disable notifications. colors = pywal.create_palette(image, quiet=False) |
