From db8f9b5f8c0041b5935b9e545fe6bd25d7c3dcba Mon Sep 17 00:00:00 2001 From: ShyPike Date: Sat, 17 Dec 2011 21:08:43 +0100 Subject: [PATCH] Typo in previous commit. --- sabnzbd/postproc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sabnzbd/postproc.py b/sabnzbd/postproc.py index 53fa3fb..e6ed527 100644 --- a/sabnzbd/postproc.py +++ b/sabnzbd/postproc.py @@ -448,7 +448,7 @@ def process_job(nzo): ## Remove newzbin bookmark, if any if msgid and all_ok: Bookmarks.do.del_bookmark(msgid) - elif all_ok and isinstance(url, str): + elif all_ok and isinstance(nzo.url, str): sabnzbd.proxy_rm_bookmark(nzo.url) ## Show final status in history