From 6831ae9131af765586c1d348cc1835f363f350ce Mon Sep 17 00:00:00 2001
From: Dustyn Gibson <miigotu@gmail.com>
Date: Sun, 26 Jul 2015 05:51:08 -0700
Subject: [PATCH] Use issues even if they are closed for issue submitter

---
 sickbeard/logger.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sickbeard/logger.py b/sickbeard/logger.py
index 1bf3416ef..a1c620cc7 100644
--- a/sickbeard/logger.py
+++ b/sickbeard/logger.py
@@ -232,7 +232,7 @@ class Logger(object):
                 message += u"_STAFF NOTIFIED_: @SiCKRAGETV/owners @SiCKRAGETV/moderators"
 
                 title_Error = u"[APP SUBMITTED]: " + title_Error
-                reports = gh.get_organization(gh_org).get_repo(gh_repo).get_issues()
+                reports = gh.get_organization(gh_org).get_repo(gh_repo).get_issues(state="all")
 
                 issue_found = False
                 issue_id = 0
-- 
GitLab