diff options
| author | Lorenz Leitner <lorenz.leitner@student.tugraz.at> | 2019-03-15 10:40:35 +0100 |
|---|---|---|
| committer | Lorenz Leitner <lorenz.leitner@student.tugraz.at> | 2019-03-15 10:40:35 +0100 |
| commit | afa3ff125924334a5d0276efda7932fd7d5b8603 (patch) | |
| tree | 4dd24157b06f890f32d3714075258daf4dc065c8 /pywal | |
| parent | d5a1532f184f6b33b7622f3258f63cb0c7f82a15 (diff) | |
Try to fix indentation again
Diffstat (limited to 'pywal')
| -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 e38cb3f..72da80d 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) |
