(self)
| 58 | print helpers.color(" [*] Major Settings for GitHubSearch are missing, EXITING!\n", warning=True) |
| 59 | |
| 60 | def execute(self): |
| 61 | self.process() |
| 62 | FinalOutput, HtmlResults, JsonResults = self.get_emails() |
| 63 | return FinalOutput, HtmlResults, JsonResults |
| 64 | |
| 65 | def process(self): |
| 66 | dl = Download.Download(verbose=self.verbose) |
nothing calls this directly
no test coverage detected