tests: Fix tests

This commit is contained in:
Dylan Araps 2017-07-23 14:59:20 +10:00
parent 38fcae33a0
commit 07b8ad8e0d

View File

@ -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)