(reactor)
| 20 | |
| 21 | |
| 22 | def main(reactor): |
| 23 | configure_logging() |
| 24 | runner = CrawlerRunner() |
| 25 | return runner.crawl(NoRequestsSpider) |
| 26 | |
| 27 | |
| 28 | install_reactor("twisted.internet.asyncioreactor.AsyncioSelectorReactor", "uvloop.Loop") |
nothing calls this directly
no test coverage detected