From d691c05de488beedb520a1d7c7923daa17d47694 Mon Sep 17 00:00:00 2001 From: AJ Slater Date: Fri, 21 Feb 2020 21:33:42 -0800 Subject: [PATCH] remove extra s's, which makes a png download successsfully --- data/interfaces/default/config.html | 24 ++++++++++++------------ mylar/PostProcessor.py | 2 +- mylar/filechecker.py | 2 +- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/data/interfaces/default/config.html b/data/interfaces/default/config.html index fb594f54..fd0f6c77 100644 --- a/data/interfaces/default/config.html +++ b/data/interfaces/default/config.html @@ -416,7 +416,7 @@
- +
@@ -484,7 +484,7 @@
- +
@@ -635,7 +635,7 @@ Automatically start torrent on successful loading within rtorrent client
- +
@@ -694,7 +694,7 @@
- +
@@ -736,7 +736,7 @@
- +
@@ -1351,7 +1351,7 @@
- +
@@ -1379,7 +1379,7 @@
- +
@@ -1399,7 +1399,7 @@
- +
@@ -1431,7 +1431,7 @@ Send to all subscribers of the channel with this tag (Optional)
- +
@@ -1454,7 +1454,7 @@
- +
@@ -1474,7 +1474,7 @@
- +
@@ -1526,7 +1526,7 @@ Notify when comics are post processed?
- +
diff --git a/mylar/PostProcessor.py b/mylar/PostProcessor.py index acc99bb4..0777d9eb 100755 --- a/mylar/PostProcessor.py +++ b/mylar/PostProcessor.py @@ -2525,7 +2525,7 @@ class PostProcessor(object): rem_issueid = nfilename[xyb+3:yyb] logger.fdebug('issueid: %s' % rem_issueid) nfilename = '%s %s'.strip() % (nfilename[:xyb], nfilename[yyb+3:]) - logger.fdebug('issueid information [%s] removed successsfully: %s' % (rem_issueid, nfilename)) + logger.fdebug('issueid information [%s] removed successfully: %s' % (rem_issueid, nfilename)) self._log("New Filename: %s" % nfilename) logger.fdebug('%s New Filename: %s' % (module, nfilename)) diff --git a/mylar/filechecker.py b/mylar/filechecker.py index 4b7b7668..85dab904 100755 --- a/mylar/filechecker.py +++ b/mylar/filechecker.py @@ -340,7 +340,7 @@ class FileChecker(object): issueid = modfilename[x+3:y] logger.fdebug('issueid: %s' % issueid) modfilename = '%s %s'.strip() % (modfilename[:x], modfilename[y+3:]) - logger.fdebug('issueid %s removed successsfully: %s' % (issueid, modfilename)) + logger.fdebug('issueid %s removed successfully: %s' % (issueid, modfilename)) #here we take a snapshot of the current modfilename, the intent is that we will remove characters that match #as we discover them - namely volume, issue #, years, etc