Private GIT

Skip to content
Snippets Groups Projects
Commit 6831ae91 authored by Dustyn Gibson's avatar Dustyn Gibson
Browse files

Use issues even if they are closed for issue submitter

parent 8f6f6195
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment