From 07b8ad8e0d97f54277c2e744f745ba3e47d0e53c Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 23 Jul 2017 14:59:20 +1000 Subject: tests: Fix tests --- pywal/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pywal/__main__.py b/pywal/__main__.py index 44663df..0af4df6 100644 --- a/pywal/__main__.py +++ b/pywal/__main__.py @@ -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) -- cgit v1.2.3