diff options
| author | Lorenz Leitner <[email protected]> | 2019-03-15 10:34:45 +0100 |
|---|---|---|
| committer | Lorenz Leitner <[email protected]> | 2019-03-15 10:34:45 +0100 |
| commit | bbc5a33394c024afe120c0959dd9cb8e01636321 (patch) | |
| tree | a9d9c3ae2d8f95e57fc54bb8d0738e740641877c | |
| parent | Remove redundant method (diff) | |
| download | pywal-bbc5a33394c024afe120c0959dd9cb8e01636321.tar.xz pywal-bbc5a33394c024afe120c0959dd9cb8e01636321.zip | |
Fix indentation
| -rw-r--r-- | pywal/__main__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pywal/__main__.py b/pywal/__main__.py index b7a7aad..e38cb3f 100644 --- a/pywal/__main__.py +++ b/pywal/__main__.py @@ -165,7 +165,7 @@ def parse_args(parser): if args.i: image_file = image.get(args.i, iterative=args.iterative, - recursive=args.recursive) + recursive=args.recursive) colors_plain = colors.get(image_file, args.l, args.backend, sat=args.saturate) |