From 377e3f8dbd32567a39e72a3ec6ca66cf8b57186d Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 5 Sep 2021 09:51:05 +0200 Subject: Fix lhtranslation after website redesign. Requires user to re-add their manga --- plugins/mangadex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/mangadex.py') diff --git a/plugins/mangadex.py b/plugins/mangadex.py index ac55db5..16fa838 100755 --- a/plugins/mangadex.py +++ b/plugins/mangadex.py @@ -27,7 +27,7 @@ def usage_list(): def usage_download(): print("mangadex.py download ") print("examples:") - print(" mangadex.py download \"4e4a1ed8-d4a0-4096-86db-ca5e3fc42c5d\" /home/adam/Manga/MangaName") + print(" mangadex.py download \"4e4a1ed8-d4a0-4096-86db-ca5e3fc42c5d\" /home/user/Manga/MangaName") print("") print("Note: The manga directory has to exist.") exit(1) -- cgit v1.2.3