From 659ffb7c045fd14e0695f6a4321ab553e33effeb Mon Sep 17 00:00:00 2001 From: bobokun Date: Sun, 14 Aug 2022 15:18:02 -0400 Subject: [PATCH] fix script error message --- scripts/mover.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mover.py b/scripts/mover.py index dd94138..6b713fd 100644 --- a/scripts/mover.py +++ b/scripts/mover.py @@ -16,7 +16,7 @@ qbt_pass = None try: from qbittorrentapi import Client, LoginFailed, APIConnectionError except ModuleNotFoundError: - print("Requirements Error: qbittorrentapi not installed. Please install with pip") + print("Requirements Error: qbittorrent-api not installed. Please install using the command \"pip install qbittorrent-api\"") sys.exit(0) current = datetime.now()