From be6b1e52dfc1e62aa3632cfcea2259e0d15926cb Mon Sep 17 00:00:00 2001 From: khuxkm fbexl Date: Thu, 7 Oct 2021 01:23:46 +0000 Subject: [PATCH] Fix feeds path --- commands/feeds.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/feeds.py b/commands/feeds.py index 789e499..83a8aea 100644 --- a/commands/feeds.py +++ b/commands/feeds.py @@ -1,3 +1,3 @@ import utils -utils.register_command_call("feeds","/usr/local/bin/feeds") +utils.register_command_call("feeds","/home/khuxkm/bin/feeds")