diff options
| author | Lorenz Leitner <lorenz.leitner@student.tugraz.at> | 2019-03-15 10:43:32 +0100 |
|---|---|---|
| committer | Lorenz Leitner <lorenz.leitner@student.tugraz.at> | 2019-03-15 10:43:32 +0100 |
| commit | 0878cc7fadbbb601f51d267a1be75d47c41cae1b (patch) | |
| tree | abbd21a0ef046b5ff9b77c493f822289d89e478c | |
| parent | afa3ff125924334a5d0276efda7932fd7d5b8603 (diff) | |
Finally fix indendation
| -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 72da80d..de992b7 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) |
