From 407fc34cf3a0626b914cab51e46ec641e54713cd Mon Sep 17 00:00:00 2001 From: ekultek Date: Sat, 7 Oct 2017 09:31:29 -0500 Subject: [PATCH] added in the search.py file, was missing --- var/google_search/search.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/var/google_search/search.py b/var/google_search/search.py index d003ded..b4c30a1 100644 --- a/var/google_search/search.py +++ b/var/google_search/search.py @@ -18,6 +18,7 @@ from pyvirtualdisplay import Display from selenium.webdriver.common.keys import Keys from selenium.webdriver.common.proxy import * +from var.auto_issue.github import request_issue_creation from lib.settings import ( logger, set_color, @@ -251,6 +252,7 @@ def parse_search_results( "exception has been logged to current log file...".format( os.path.basename(__file__), str(e).strip()), level=50) ) + request_issue_creation() shutdown() logger.info(set_color( "URL successfully gathered, searching for GET parameters..."