mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-02-13 00:39:56 +01:00
tests: Fix tests
This commit is contained in:
parent
38fcae33a0
commit
07b8ad8e0d
@ -91,7 +91,7 @@ def process_args(args):
|
||||
colors_plain = colors.get(image_file, notify=not args.q)
|
||||
|
||||
if args.f:
|
||||
colors_plain = colors.load(args.f)
|
||||
colors_plain = colors.file(args.f)
|
||||
|
||||
if args.i or args.f:
|
||||
sequences.send(colors_plain, args.t)
|
||||
|
Loading…
Reference in New Issue
Block a user