mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-06-19 08:06:38 +02:00
Try to fix indentation again
This commit is contained in:
parent
d5a1532f18
commit
afa3ff1259
@ -165,7 +165,7 @@ def parse_args(parser):
|
|||||||
|
|
||||||
if args.i:
|
if args.i:
|
||||||
image_file = image.get(args.i, iterative=args.iterative,
|
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,
|
colors_plain = colors.get(image_file, args.l, args.backend,
|
||||||
sat=args.saturate)
|
sat=args.saturate)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user